world's smallest bugfix - admin->co-host
This commit is contained in:
parent
348f2d8e4c
commit
91aaf5f2fb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user