mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-24 06:23:59 +00:00
Fix invalid TL key.
This commit is contained in:
parent
7e8ba9a256
commit
8159530906
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class Commandweather extends EssentialsCommand
|
||||||
final World world = server.getWorld(args[0]);
|
final World world = server.getWorld(args[0]);
|
||||||
if (world == null)
|
if (world == null)
|
||||||
{
|
{
|
||||||
throw new Exception(tl("weatherInvalidWorldWorld", args[0]));
|
throw new Exception(tl("weatherInvalidWorld", args[0]));
|
||||||
}
|
}
|
||||||
if (args.length > 2)
|
if (args.length > 2)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue