added MB_WORLD_TESTMODE to config manager and file
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user