Fix fillgas indentation.

This commit is contained in:
Víctor Aguilera Puerto
2020-08-17 20:45:48 +02:00
parent 39f13c1849
commit 32cf0f4c8e

View File

@@ -138,7 +138,7 @@ namespace Content.Server.Atmos
} }
} }
public class FillGas : IClientCommand public class FillGas : IClientCommand
{ {
public string Command => "fillgas"; public string Command => "fillgas";
public string Description => "Adds gas to all tiles in a grid."; public string Description => "Adds gas to all tiles in a grid.";