From 28dd14d38c45f5322b46959773e27c989f216f7f Mon Sep 17 00:00:00 2001 From: snowleo Date: Wed, 20 Jul 2011 23:18:09 +0200 Subject: [PATCH] Fix /time for players without essentials.time.world --- .../src/com/earth2me/essentials/commands/Commandtime.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandtime.java b/Essentials/src/com/earth2me/essentials/commands/Commandtime.java index 8ea14ae77..c823e84af 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandtime.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandtime.java @@ -33,7 +33,7 @@ public class Commandtime extends EssentialsCommand else { charge(user); - setPlayerTime(user, commandLabel); + setPlayerTime(user, args[0]); } } else