Added the Wolf
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user