mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-30 00:56:47 +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");
|
return LocaleLoader.getString("Taming.Summon.Fail.Wolf");
|
||||||
|
|
||||||
case HORSE:
|
case HORSE:
|
||||||
return LocalLoader.getString("Taming.Summon.Fail.Wolf");
|
return LocalLoader.getString("Taming.Summon.Fail.Horse");
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return "";
|
return "";
|
||||||
|
Loading…
Reference in New Issue
Block a user