1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-08 15:46:54 +02:00

Fix timeWorldCurrent translation key in /time command

This commit is contained in:
snowleo
2011-11-20 19:12:20 +01:00
parent 40f3f7fcd1
commit 0d0eb1e8bd

View File

@@ -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())));
}
}