Making improper nouns lower case. (#1020)

Co-authored-by: Hugo Laloge <hugo.laloge@gmail.com>
This commit is contained in:
AJCM-git
2020-06-04 12:45:07 -04:00
committed by GitHub
parent 892d6b425d
commit a89e806a50
199 changed files with 1855 additions and 1855 deletions

View File

@@ -8,7 +8,7 @@ namespace Content.Shared.GameObjects.Components.Sound
{
public class SharedLoopingSoundComponent : Component
{
public override string Name => "Sound";
public override string Name => "LoopingSound";
public override uint? NetID => ContentNetIDs.SOUND;
/// <summary>

View File

@@ -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
{