mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Fix timeWorldCurrent translation key in /time command
This commit is contained in:
parent
1e4a54baca
commit
19f5a2340d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class Commandtime extends EssentialsCommand
|
|||
|
||||
for (World world : worlds)
|
||||
{
|
||||
sender.sendMessage(Util.format("timeCurrentWorld", world.getName(), DescParseTickFormat.format(world.getTime())));
|
||||
sender.sendMessage(Util.format("timeWorldCurrent", world.getName(), DescParseTickFormat.format(world.getTime())));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue