mirror of
https://github.com/essentials/Essentials.git
synced 2025-01-18 05:48:33 +01:00
Fix /time for players without essentials.time.world
This commit is contained in:
parent
5f17e258ea
commit
af1146e8a0
@ -33,7 +33,7 @@ public class Commandtime extends EssentialsCommand
|
||||
else
|
||||
{
|
||||
charge(user);
|
||||
setPlayerTime(user, commandLabel);
|
||||
setPlayerTime(user, args[0]);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user