From 3ba1e7419d63535eeb8b5634ec668448499f71df Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 24 Jul 2021 17:40:42 -0700 Subject: [PATCH] Rename game commands region For compliance purposes --- TShockAPI/Commands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 39ab2cd5..cae1ebf3 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -5518,7 +5518,7 @@ namespace TShockAPI #endregion General Commands - #region Cheat Commands + #region Game Commands private static void Clear(CommandArgs args) { @@ -6472,6 +6472,6 @@ namespace TShockAPI } } - #endregion Cheat Commands + #endregion Game Commands } }