mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-07 07:06:41 +02:00
Fix timeWorldCurrent translation key in /time command
This commit is contained in:
@@ -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())));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user