Added the Wolf

This commit is contained in:
Your Name
2011-04-03 19:31:14 +02:00
parent 31541318ee
commit a6f80e30d1

View File

@@ -365,6 +365,8 @@ public class StatsEntityListener extends EntityListener {
return "(null)";
if (ent instanceof Chicken) {
return "Chicken";
} else if (ent instanceof Wolf) {
return "Wolf";
} else if (ent instanceof Cow) {
return "Cow";
} else if (ent instanceof Spider) {