forked from MagicBane/Server
test mechanics removed
This commit is contained in:
@@ -4817,9 +4817,9 @@ public class PlayerCharacter extends AbstractCharacter {
|
|||||||
if(this.isBoxed && this.containsEffect(1672601862) == false) {//Deathshroud
|
if(this.isBoxed && this.containsEffect(1672601862) == false) {//Deathshroud
|
||||||
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false);
|
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 1672601862, 40, false);
|
||||||
}
|
}
|
||||||
if(this.isBoxed && this.containsEffect(429611355) == false) {//pathfinding
|
//if(this.isBoxed && this.containsEffect(429611355) == false) {//pathfinding
|
||||||
PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 429611355, 40, false);
|
// PowersManager.applyPower(this, this, Vector3fImmutable.ZERO, 429611355, 40, false);
|
||||||
}
|
//}
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Logger.error(e);
|
Logger.error(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user