mirror of
https://github.com/plexusorg/Plex.git
synced 2025-01-03 22:08:22 +00:00
fix message lol
This commit is contained in:
parent
0187b4ef84
commit
8801c740a6
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue