diff --git a/Content.Server/Atmos/AtmosCommands.cs b/Content.Server/Atmos/AtmosCommands.cs index 45f50bbe24..e030b11ecd 100644 --- a/Content.Server/Atmos/AtmosCommands.cs +++ b/Content.Server/Atmos/AtmosCommands.cs @@ -255,7 +255,7 @@ namespace Content.Server.Atmos { public string Command => "settemp"; public string Description => "Sets a tile's temperature."; - public string Help => "Usage: settemp "; + public string Help => "Usage: settemp "; public void Execute(IConsoleShell shell, IPlayerSession? player, string[] args) { if (args.Length < 4) return;