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