@ -4913,13 +4913,16 @@ public class PlayerCharacter extends AbstractCharacter {
continue;
if (pc.isBoxed == false) {
player.isBoxed = true;
InterestManager.setObjectDirty(player);
return;
}
player.isBoxed = false;
}catch(Exception e){