Turned off debug nametag on wild fairies.

This commit is contained in:
Ammon Lauritzen
2016-02-18 14:53:54 -06:00
parent 33491f7fb3
commit 60969fd256

View File

@@ -1961,7 +1961,8 @@ public class EntityFairy extends EntityAnimal {
return woosh;
} else {
return "<wild>";
// wild fairies should not display a nametag
return null;
}
}