- Fixed Phantom Bridge sigil glitch when travelling between dimensions and teleporting large distances.

This commit is contained in:
WayofTime 2016-12-06 11:53:47 -05:00
parent 89bd91197d
commit 99f9d06659
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
------------------------------------------------------
Version 2.1.0-69
------------------------------------------------------
- Fixed Phantom Bridge sigil glitch when travelling between dimensions and teleporting large distances.
------------------------------------------------------
Version 2.1.0-68
------------------------------------------------------

View file

@ -59,6 +59,7 @@ public class ItemSigilPhantomBridge extends ItemSigilToggleableBase
//I am SURE you are teleporting!
playerVelX = 0;
playerVelZ = 0;
totalVel = 0;
}
BlockPos playerPos = player.getPosition();