1
0
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:
ementalo
2012-10-09 11:11:51 +01:00
parent 24ea8fe410
commit 4fac9f95de

View File

@@ -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;