fixed text

This commit is contained in:
Mini-Chiss 2015-08-12 11:58:40 +02:00
parent cd5c7e7110
commit 5293e24469
1 changed files with 2 additions and 2 deletions

View File

@ -161,8 +161,8 @@ public class KothManager extends MiniPlugin
if (Recharge.Instance.use(player, "KOTH Eject", 5000, false, false))
{
UtilPlayer.message(player, F.main("Football", "You must be wearing a Team Outfit."));
UtilPlayer.message(player, F.main("Football", "Type " + F.elem("/team red|yellow|green|blue") + "!"));
UtilPlayer.message(player, F.main("KOTH", "You must be wearing a Team Outfit."));
UtilPlayer.message(player, F.main("KOTH", "Type " + F.elem("/team red|yellow|green|blue") + "!"));
}
}
}