Removed Debug Log Spam
This commit is contained in:
parent
a595db4d78
commit
7f68fae6f7
|
|
@ -105,7 +105,6 @@ public class ItemEvents
|
|||
World world = event.getWorld();
|
||||
if (e instanceof EntityItem)
|
||||
{
|
||||
System.out.println("Foo");
|
||||
EntityItem eitem = (EntityItem) e;
|
||||
ItemStack stack = eitem.getItem();
|
||||
Item item = stack.getItem();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user