mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-23 07:40:29 +02:00
Add Horse Case to call of the wild failure message
This commit is contained in:
@@ -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 "";
|
||||||
|
Reference in New Issue
Block a user