mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-29 16:46:46 +01:00
Add Horse Case to call of the wild failure message
This commit is contained in:
parent
4369b2b08d
commit
c96c3468f0
@ -71,7 +71,7 @@ public class Taming {
|
||||
return LocaleLoader.getString("Taming.Summon.Fail.Wolf");
|
||||
|
||||
case HORSE:
|
||||
return LocalLoader.getString("Taming.Summon.Fail.Wolf");
|
||||
return LocalLoader.getString("Taming.Summon.Fail.Horse");
|
||||
|
||||
default:
|
||||
return "";
|
||||
|
Loading…
Reference in New Issue
Block a user