boxshroud fixes
This commit is contained in:
@@ -1894,7 +1894,10 @@ public class ClientMessagePump implements NetMsgHandler {
|
|||||||
sameMachine.add(pc);
|
sameMachine.add(pc);
|
||||||
}
|
}
|
||||||
if(sameMachine.isEmpty() == false){
|
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;
|
break;
|
||||||
case POWER:
|
case POWER:
|
||||||
|
|||||||
Reference in New Issue
Block a user