692693694695696697698699700701702
e = WorldUtil.forceRespawnClient(this.dimension, e.worldObj.difficultySetting.getDifficultyId(), e.worldObj.getWorldInfo().getTerrainType().getWorldTypeName(), ((EntityPlayerMP)e).theItemInWorldManager.getGameType().getID()); e.mountEntity(this); } } else e.mountEntity(this); } } } } }
177178179180181182183184185186187
if (this.ticks >= 40) { if (!this.worldObj.isRemote) { Entity e = this.riddenByEntity; e.mountEntity(null); e.mountEntity(this); if (ConfigManagerCore.enableDebug) System.out.println("Remounting player in rocket."); } this.setWaitForPlayer(false);
178179180181182183184185186187188
{ if (!this.worldObj.isRemote) { Entity e = this.riddenByEntity; e.mountEntity(null); e.mountEntity(this); if (ConfigManagerCore.enableDebug) System.out.println("Remounting player in rocket."); } this.setWaitForPlayer(false); this.motionY = -0.5D;