diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 4a11fd77..8ebea2b9 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -5538,7 +5538,7 @@ namespace TShockAPI #endregion General Commands - #region Cheat Commands + #region Game Commands private static void Clear(CommandArgs args) { @@ -6492,6 +6492,6 @@ namespace TShockAPI } } - #endregion Cheat Commands + #endregion Game Commands } }