Rename Assistant to Passenger (#8007)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Kara
2022-05-09 20:35:08 -07:00
committed by GitHub
parent 671fc55c62
commit 4bf0aac814
38 changed files with 153 additions and 112 deletions

View File

@@ -8,8 +8,8 @@ namespace Content.Shared.GameTicking
{
// See ideally these would be pulled from the job definition or something.
// But this is easier, and at least it isn't hardcoded.
public const string FallbackOverflowJob = "Assistant";
public const string FallbackOverflowJobName = "assistant";
public const string FallbackOverflowJob = "Passenger";
public const string FallbackOverflowJobName = "passenger";
}
[Serializable, NetSerializable]