Sponge fixes

This commit is contained in:
boy0001
2015-08-11 22:05:44 +10:00
parent 1a9ec84a4d
commit 994ca12102
8 changed files with 9 additions and 9 deletions

View File

@ -178,8 +178,6 @@ public class EntityWrapper {
this.x = loc.getX();
this.y = loc.getY();
this.z = loc.getZ();
System.out.print("ENTITY: " + entity.getType());
System.out.print("ENTITY: " + entity.getType().getTypeId());
this.id = entity.getType().getTypeId();
if (depth == 0) {
return;