From 1d6f36d53e7fcbe511bf5e01c88bcca4c072abba Mon Sep 17 00:00:00 2001 From: ArcticZeroo Date: Sat, 21 Oct 2017 21:12:52 -0400 Subject: [PATCH] Clarify message sent to players in AdminCommand --- .../src/mineplex/core/message/commands/AdminCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/message/commands/AdminCommand.java b/Plugins/Mineplex.Core/src/mineplex/core/message/commands/AdminCommand.java index a854fab6c..fa444eed0 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/message/commands/AdminCommand.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/message/commands/AdminCommand.java @@ -61,7 +61,7 @@ public class AdminCommand extends CommandBase 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