player update organisation

This commit is contained in:
2025-03-25 18:54:36 -05:00
parent 8545540e19
commit f10467aa9a
+2 -2
View File
@@ -5267,11 +5267,11 @@ public class PlayerCharacter extends AbstractCharacter {
for (PlayerCharacter pc : sameMachine) {
pc.isBoxed = true;
pc.auditBoxedStatus();
}
player.isBoxed = false;
player.effects.remove("PvE-Flagged");
player.effects.remove("1258");
player.auditBoxedStatus();
}
public static boolean checkIfBoxed(PlayerCharacter player){
if(ConfigManager.MB_WORLD_BOXLIMIT.getValue().equals("false")) {