fix message lol

This commit is contained in:
9378062 2022-04-07 10:09:07 -04:00
parent 0187b4ef84
commit 8801c740a6

View File

@ -95,7 +95,7 @@ public class PlexCMD extends PlexCommand
{ {
if (sender instanceof Player player && !PlexUtils.DEVELOPERS.contains(player.getUniqueId().toString())) if (sender instanceof Player player && !PlexUtils.DEVELOPERS.contains(player.getUniqueId().toString()))
{ {
return messageComponent("noPermissionConsole"); return messageComponent("noPermissionRank", "a developer");
} }
if (!plugin.getUpdateChecker().getUpdateStatusMessage(sender, false, false)) if (!plugin.getUpdateChecker().getUpdateStatusMessage(sender, false, false))
{ {