mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Fix /time for players without essentials.time.world
This commit is contained in:
parent
f6e6e0042a
commit
28dd14d38c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class Commandtime extends EssentialsCommand
|
|||
else
|
||||
{
|
||||
charge(user);
|
||||
setPlayerTime(user, commandLabel);
|
||||
setPlayerTime(user, args[0]);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue