Merge branch 'general-devel' into patch-32

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

View file

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