Clarify message sent to players in AdminCommand
This commit is contained in:
parent
051223ddf0
commit
1d6f36d53e
@ -61,7 +61,7 @@ public class AdminCommand extends CommandBase<MessageManager>
|
||||
|
||||
if (!Plugin.GetClientManager().Get(caller).hasPermission(MessageManager.Perm.SEE_ADMIN) && Recharge.Instance.use(caller, "AdminCommand.InformMsg", 60 * 1000, false, false))
|
||||
{
|
||||
UtilPlayer.message(caller, F.main(Plugin.getName(), "If there are any staff currently online, you will receive a reply shortly."));
|
||||
UtilPlayer.message(caller, F.main(Plugin.getName(), "If there are any staff currently online in your server, you will receive a reply shortly."));
|
||||
}
|
||||
|
||||
//Log XXX
|
||||
|
Loading…
Reference in New Issue
Block a user