Rename game commands region

For compliance purposes
This commit is contained in:
Lucas Nicodemus 2021-07-24 17:40:42 -07:00
parent 40a9791861
commit 3ba1e7419d

View file

@ -5518,7 +5518,7 @@ namespace TShockAPI
#endregion General Commands #endregion General Commands
#region Cheat Commands #region Game Commands
private static void Clear(CommandArgs args) private static void Clear(CommandArgs args)
{ {
@ -6472,6 +6472,6 @@ namespace TShockAPI
} }
} }
#endregion Cheat Commands #endregion Game Commands
} }
} }