toString!
This commit is contained in:
@@ -11,4 +11,9 @@ public class CraftPigZombie extends CraftZombie implements PigZombie {
|
||||
super(server, entity);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "CraftPigZombie";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user