1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-01-17 21:39:26 +01: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
{
charge(user);
setPlayerTime(user, commandLabel);
setPlayerTime(user, args[0]);
}
}
else