diff --git a/src/main/java/com/legacy/aether/player/PlayerAether.java b/src/main/java/com/legacy/aether/player/PlayerAether.java index fdf16ea..c3752ef 100644 --- a/src/main/java/com/legacy/aether/player/PlayerAether.java +++ b/src/main/java/com/legacy/aether/player/PlayerAether.java @@ -252,10 +252,6 @@ public class PlayerAether implements IPlayerAether { if (this.portalCounter < 0) { this.portalCounter = 0; } - - if (this.getEntity().timeUntilPortal > 0) { - --this.getEntity().timeUntilPortal; - } } this.getEntity().worldObj.theProfiler.endSection();