mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-11 14:20:50 +01:00
Added missing COTW message when there are too many Horses nearby
This commit is contained in:
@@ -69,6 +69,9 @@ public class Taming {
|
||||
|
||||
case WOLF:
|
||||
return LocaleLoader.getString("Taming.Summon.Fail.Wolf");
|
||||
|
||||
case HORSE:
|
||||
return LocaleLoader.getString("Taming.Summon.Fail.Horse");
|
||||
|
||||
default:
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user