1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-05 14:18:21 +02:00

Fix /time for players without essentials.time.world

This commit is contained in:
snowleo
2011-07-20 23:18:09 +02:00
parent 5f17e258ea
commit af1146e8a0

View File

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