toString!

This commit is contained in:
Dinnerbone
2011-01-30 22:01:53 +00:00
parent 639d3e3f94
commit 1c9e7f9aee
33 changed files with 164 additions and 1 deletions

View File

@@ -11,4 +11,9 @@ public class CraftSheep extends CraftAnimals implements Sheep {
super(server, entity);
}
@Override
public String toString() {
return "CraftSheep";
}
}