Small Fixes

This commit is contained in:
StevenRS11
2013-11-11 03:07:55 -05:00
parent 6b3b2d6471
commit 0f49c8c28f
4 changed files with 16 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ public class TransientDoor extends BaseDimDoor
public void enterDimDoor(World world, int x, int y, int z, Entity entity)
{
// We need to ignore particle entities
if (world.isRemote || entity instanceof EntityFX)
if (world.isRemote)
{
return;
}