world's smallest bugfix - admin->co-host

This commit is contained in:
fooify 2015-12-03 16:45:30 -08:00
parent 348f2d8e4c
commit 91aaf5f2fb

View File

@ -396,7 +396,7 @@ public class GameHostManager implements Listener
if (!isAdmin(event.getPlayer(), true))
{
event.getPlayer().sendMessage(F.main("Broadcast", "Only MPS admins can use this command."));
event.getPlayer().sendMessage(F.main("Broadcast", "Only Co-Hosts can use this command."));
event.setCancelled(true);
return;
}