mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-22 15:24:44 +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");
|
||||
|
||||
case HORSE:
|
||||
return LocalLoader.getString("Taming.Summon.Fail.Wolf");
|
||||
return LocalLoader.getString("Taming.Summon.Fail.Horse");
|
||||
|
||||
default:
|
||||
return "";
|
||||
|
Reference in New Issue
Block a user