libcommon|Fixed: Initialization of global GameRules instances
Moved GameRules instances from the global scope to getter functions,to avoid initialization order problems where static Strings needed byGameRules aren't available early enough.
View differences
libcommon|Fixed: Initialization of global GameRules instances
Moved GameRules instances from the global scope to getter functions,
to avoid initialization order problems where static Strings needed by
GameRules aren't available early enough.