Perform CentCom-ification (#9876)
* Change "CentComm" to "CentCom" * Change "Centcomm" to "CentCom", skipping CVar and changelog * Change "Centcom" to "CentCom", skipping lots of item IDs * Change "centcomm" to "CentCom", skipping URLs, some var, IDs * Change "centcom" to "CentCom", skipping IDs and alike
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Announcements
|
||||
{
|
||||
public string Command => "announce";
|
||||
public string Description => "Send an in-game announcement.";
|
||||
public string Help => $"{Command} <sender> <message> or {Command} <message> to send announcement as centcomm.";
|
||||
public string Help => $"{Command} <sender> <message> or {Command} <message> to send announcement as CentCom.";
|
||||
public void Execute(IConsoleShell shell, string argStr, string[] args)
|
||||
{
|
||||
var chat = IoCManager.Resolve<IEntitySystemManager>().GetEntitySystem<ChatSystem>();
|
||||
|
||||
Reference in New Issue
Block a user