Clarify message sent to players in AdminCommand

This commit is contained in:
ArcticZeroo 2017-10-21 21:12:52 -04:00 committed by Alexander Meech
parent 051223ddf0
commit 1d6f36d53e

View File

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