boxshroud fixes

This commit is contained in:
2024-02-14 14:06:15 -06:00
parent 8a0303e0f5
commit cd1b15834a
+4 -1
View File
@@ -1894,7 +1894,10 @@ public class ClientMessagePump implements NetMsgHandler {
sameMachine.add(pc);
}
if(sameMachine.isEmpty() == false){
sameMachine.get(0).isBoxed = false;
if(sameMachine.get(0) != null) {
sameMachine.get(0).isBoxed = false;
ChatManager.chatSystemInfo(sameMachine.get(0), "You Are No Longer Flagged 'Boxed'");
}
}
break;
case POWER: