mirror of
https://github.com/plexusorg/Plex.git
synced 2025-01-22 22:20:06 +00:00
fix message lol
This commit is contained in:
parent
0187b4ef84
commit
8801c740a6
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user