mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-12-02 01:46:45 +01:00
Add HORSE case to call of the wild error message
This commit is contained in:
parent
d5bd9a1693
commit
4369b2b08d
@ -70,6 +70,9 @@ public class Taming {
|
||||
case WOLF:
|
||||
return LocaleLoader.getString("Taming.Summon.Fail.Wolf");
|
||||
|
||||
case HORSE:
|
||||
return LocalLoader.getString("Taming.Summon.Fail.Wolf");
|
||||
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user