Logic derp (again)

This commit is contained in:
iChun 2012-09-18 22:55:11 +08:00
parent 3188218a37
commit cbf88adc98
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
+ else
+ {
+ int id = EntityList.getEntityID(this);
+ if (id > 0 && !EntityList.entityEggs.containsKey(id))
+ if (id > 0 && EntityList.entityEggs.containsKey(id))
+ {
+ return new ItemStack(Item.monsterPlacer, 1, id);
+ }