mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-05 22:27:23 +02:00
Fix /time for players without essentials.time.world
This commit is contained in:
@@ -33,7 +33,7 @@ public class Commandtime extends EssentialsCommand
|
||||
else
|
||||
{
|
||||
charge(user);
|
||||
setPlayerTime(user, commandLabel);
|
||||
setPlayerTime(user, args[0]);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user