mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-05 02:21:38 +02:00
Fix time set permissions
This commit is contained in:
@@ -44,7 +44,7 @@ public class Commandtime extends EssentialsCommand
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Permissions.TIME_SET.isAuthorized(sender))
|
if (!Permissions.TIME_SET.isAuthorized(sender))
|
||||||
{
|
{
|
||||||
sender.sendMessage(_("timeSetPermission"));
|
sender.sendMessage(_("timeSetPermission"));
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user