dim doors place on rifts if you click the rifts
they dont close with items Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
@@ -349,7 +349,7 @@ public class dimHelper extends DimensionManager
|
||||
|
||||
|
||||
this.teleportEntity(world, entity, linkData);
|
||||
if(entity instanceof EntityPlayerMP)
|
||||
if(entity instanceof EntityPlayerMP&&world.provider.dimensionId!=linkData.destDimID)
|
||||
{
|
||||
GameRegistry.onPlayerChangedDimension((EntityPlayer)entity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user