diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandweather.java b/Essentials/src/com/earth2me/essentials/commands/Commandweather.java index 15947e261..0b7ae924f 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandweather.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandweather.java @@ -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) {