mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-01-13 11:25:05 +01:00
Add HORSE case to call of the wild error message
This commit is contained in:
@@ -70,6 +70,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