mirror of
https://github.com/allaryin/FairyFactions.git
synced 2026-09-08 10:25:10 -05:00
Turned off debug nametag on wild fairies.
This commit is contained in:
@@ -1961,7 +1961,8 @@ public class EntityFairy extends EntityAnimal {
|
||||
|
||||
return woosh;
|
||||
} else {
|
||||
return "<wild>";
|
||||
// wild fairies should not display a nametag
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user