mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +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
|
else
|
||||||
{
|
{
|
||||||
charge(user);
|
charge(user);
|
||||||
setPlayerTime(user, commandLabel);
|
setPlayerTime(user, args[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue