1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 23:27:08 +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 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