From c52d5a65f803faaec063e971aadc130010985ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Sun, 2 Aug 2020 20:14:28 +0200 Subject: [PATCH] Fix command typo --- Content.Server/Atmos/AtmosCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;