Browse Source

remove safezone restriction from box swapping

lakebane-recovery
FatBoy-DOTC 1 week ago
parent
commit
837751b041
  1. 5
      src/engine/objects/PlayerCharacter.java

5
src/engine/objects/PlayerCharacter.java

@ -5250,10 +5250,7 @@ public class PlayerCharacter extends AbstractCharacter {
} }
player.isBoxed = false; player.isBoxed = false;
if (player.containsEffect(1672601862)) { player.timestamps.put("nextBoxCheck", System.currentTimeMillis());
player.removeEffectBySource(EffectSourceType.DeathShroud, 41, false);
}
} }
public static boolean checkIfBoxed(PlayerCharacter player){ public static boolean checkIfBoxed(PlayerCharacter player){
if(ConfigManager.MB_WORLD_BOXLIMIT.getValue().equals("false")) { if(ConfigManager.MB_WORLD_BOXLIMIT.getValue().equals("false")) {

Loading…
Cancel
Save