summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Essentials/src/net/ess3/commands/Commandtime.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/net/ess3/commands/Commandtime.java b/Essentials/src/net/ess3/commands/Commandtime.java
index 378fa511f..2c95c04a6 100644
--- a/Essentials/src/net/ess3/commands/Commandtime.java
+++ b/Essentials/src/net/ess3/commands/Commandtime.java
@@ -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;