fixed crash on pocket unload
This commit is contained in:
@@ -310,7 +310,10 @@ public class dimHelper extends DimensionManager
|
||||
*/
|
||||
public void teleportToPocket(World world,LinkData linkData, Entity entity)
|
||||
{
|
||||
|
||||
if(world.isRemote)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if(linkData!=null)
|
||||
|
||||
Reference in New Issue
Block a user