1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 18:33:00 +01:00

Added missing COTW message when there are too many Horses nearby

This commit is contained in:
dddeeefff
2013-09-23 20:24:04 +01:00
committed by TfT_02
parent d5bd9a1693
commit b49e56c857
2 changed files with 4 additions and 0 deletions

View File

@@ -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 "";