Fix command typo

This commit is contained in:
Víctor Aguilera Puerto
2020-08-02 20:14:28 +02:00
parent 85df48a700
commit c52d5a65f8

View File

@@ -255,7 +255,7 @@ namespace Content.Server.Atmos
{ {
public string Command => "settemp"; public string Command => "settemp";
public string Description => "Sets a tile's temperature."; public string Description => "Sets a tile's temperature.";
public string Help => "Usage: settemp <X> <Y> <GridId> <moles>"; public string Help => "Usage: settemp <X> <Y> <GridId> <Temperature>";
public void Execute(IConsoleShell shell, IPlayerSession? player, string[] args) public void Execute(IConsoleShell shell, IPlayerSession? player, string[] args)
{ {
if (args.Length < 4) return; if (args.Length < 4) return;