Actually fix dupe drop
This commit is contained in:
parent
3ce53a7ee0
commit
b38cfc1769
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ public class ForgeHooks
|
|||
return null;
|
||||
}
|
||||
|
||||
if (player.isServerWorld())
|
||||
if (!player.worldObj.isRemote)
|
||||
{
|
||||
player.getEntityWorld().spawnEntityInWorld(event.entityItem);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue