Merge branch 'general-devel' into patch-31

This commit is contained in:
stacey 2021-07-24 20:42:17 -04:00 committed by GitHub
commit c6e6a55977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}