Actually fix dupe drop

This commit is contained in:
Vincent Lee 2016-03-21 22:39:48 -05:00
parent 3ce53a7ee0
commit b38cfc1769

View file

@ -556,7 +556,7 @@ public class ForgeHooks
return null;
}
if (player.isServerWorld())
if (!player.worldObj.isRemote)
{
player.getEntityWorld().spawnEntityInWorld(event.entityItem);
}