mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-22 23:34:44 +02:00
Add HORSE case to call of the wild error message
This commit is contained in:
@ -69,6 +69,9 @@ public class Taming {
|
|||||||
|
|
||||||
case WOLF:
|
case WOLF:
|
||||||
return LocaleLoader.getString("Taming.Summon.Fail.Wolf");
|
return LocaleLoader.getString("Taming.Summon.Fail.Wolf");
|
||||||
|
|
||||||
|
case HORSE:
|
||||||
|
return LocalLoader.getString("Taming.Summon.Fail.Wolf");
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return "";
|
return "";
|
||||||
|
Reference in New Issue
Block a user