enable minor version checks
This commit is contained in:
@@ -1919,6 +1919,7 @@ public class ClientMessagePump implements NetMsgHandler {
|
|||||||
if(sameMachine.isEmpty() == false){
|
if(sameMachine.isEmpty() == false){
|
||||||
if(sameMachine.get(0) != null) {
|
if(sameMachine.get(0) != null) {
|
||||||
sameMachine.get(0).isBoxed = false;
|
sameMachine.get(0).isBoxed = false;
|
||||||
|
sameMachine.get(0).removeEffectBySource(EffectSourceType.DeathShroud,41,true);
|
||||||
ChatManager.chatSystemInfo(sameMachine.get(0), "You Are No Longer Flagged 'Boxed'");
|
ChatManager.chatSystemInfo(sameMachine.get(0), "You Are No Longer Flagged 'Boxed'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user