Correct fallback translation key for spirit horse

This commit is contained in:
Electroblob
2018-06-20 23:36:15 +01:00
parent 2301e54de4
commit 8f0727403d
@@ -43,7 +43,7 @@ public class EntitySpiritHorse extends EntityHorse {
if(this.hasCustomName()){
return this.getCustomNameTag();
}else{
return I18n.translateToLocal("entity.wizardry.Spirit Horse.name");
return I18n.translateToLocal("entity.wizardry.spirit_horse.name");
}
}