fix message lol

This commit is contained in:
9378062 2022-04-07 10:09:07 -04:00
parent 0187b4ef84
commit 8801c740a6
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class PlexCMD extends PlexCommand
{
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))
{