Backports.

This commit is contained in:
bconlon 2020-07-30 00:08:55 -07:00
parent d3daccfd0d
commit e9f30c7ca7

View file

@ -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();