boxshroud fixes
This commit is contained in:
@@ -4825,16 +4825,12 @@ public class PlayerCharacter extends AbstractCharacter {
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (this.getClientConnection().machineID.equals(pc.getClientConnection().machineID)) {
|
if (this.getClientConnection().machineID.equals(pc.getClientConnection().machineID)) {
|
||||||
//add deatshroud effect
|
|
||||||
if (pc.isBoxed == true)
|
|
||||||
continue;
|
|
||||||
this.isBoxed = true;
|
this.isBoxed = true;
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if(this.isBoxed && this.containsEffect(1672601862) == false)
|
|
||||||
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false);
|
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Logger.error(e);
|
Logger.error(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user