mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-09 16:17:37 +02:00
Fix invalid TL key.
This commit is contained in:
@@ -70,7 +70,7 @@ public class Commandweather extends EssentialsCommand
|
||||
final World world = server.getWorld(args[0]);
|
||||
if (world == null)
|
||||
{
|
||||
throw new Exception(tl("weatherInvalidWorldWorld", args[0]));
|
||||
throw new Exception(tl("weatherInvalidWorld", args[0]));
|
||||
}
|
||||
if (args.length > 2)
|
||||
{
|
||||
|
Reference in New Issue
Block a user