added MB_WORLD_TESTMODE to config manager and file

This commit is contained in:
2024-12-28 04:27:26 -06:00
parent a4bd47f001
commit daa84a1fef
3 changed files with 18 additions and 12 deletions
+3
View File
@@ -4895,6 +4895,9 @@ public class PlayerCharacter extends AbstractCharacter {
}
public static boolean checkIfBoxed(PlayerCharacter player){
if(ConfigManager.MB_WORLD_TESTMODE.getValue().equals("true")) {
return false;
}
try {
String machineID = player.getClientConnection().machineID;
ArrayList<PlayerCharacter> sameMachine = new ArrayList<>();