Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasjet committed Nov 25, 2016
1 parent 178bf81 commit 09e48b0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ public static EntityType getEntityType(ItemStack egg) throws ClassNotFoundExcept
Object entityTag = tag.getClass().getMethod("getCompound", String.class).invoke(tag, "EntityTag");
String id = (String) entityTag.getClass().getMethod("getString", String.class).invoke(entityTag, "id");

LangUtils.plugin.info(id);

return EntityType.fromName(id.replace("minecraft:", ""));
}

Expand Down

0 comments on commit 09e48b0

Please sign in to comment.