Making improper nouns lower case. (#1020)
Co-authored-by: Hugo Laloge <hugo.laloge@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Content.Shared
|
||||
// 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 OverflowJob = "Assistant";
|
||||
public const string OverflowJobName = "Assistant";
|
||||
public const string OverflowJobName = "assistant";
|
||||
|
||||
protected class MsgTickerJoinLobby : NetMessage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user