fix old map size

This commit is contained in:
Milxnor
2023-03-14 20:00:31 -04:00
parent 818bc8119b
commit 1b24b28d95
6 changed files with 32 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ namespace Globals
{
extern inline bool bCreative = false;
extern inline bool bGoingToPlayEvent = false;
extern inline bool bNoMCP = false;
extern inline bool bNoMCP = true;
extern inline bool bLateGame = false;
extern inline bool bAbilitiesEnabled = true;
}