Fix /time for players without essentials.time.world

This commit is contained in:
snowleo 2011-07-20 23:18:09 +02:00
parent f6e6e0042a
commit 28dd14d38c

View File

@ -33,7 +33,7 @@ public class Commandtime extends EssentialsCommand
else
{
charge(user);
setPlayerTime(user, commandLabel);
setPlayerTime(user, args[0]);
}
}
else