Added the Wolf
This commit is contained in:
@@ -365,6 +365,8 @@ public class StatsEntityListener extends EntityListener {
|
|||||||
return "(null)";
|
return "(null)";
|
||||||
if (ent instanceof Chicken) {
|
if (ent instanceof Chicken) {
|
||||||
return "Chicken";
|
return "Chicken";
|
||||||
|
} else if (ent instanceof Wolf) {
|
||||||
|
return "Wolf";
|
||||||
} else if (ent instanceof Cow) {
|
} else if (ent instanceof Cow) {
|
||||||
return "Cow";
|
return "Cow";
|
||||||
} else if (ent instanceof Spider) {
|
} else if (ent instanceof Spider) {
|
||||||
|
|||||||
Reference in New Issue
Block a user