mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-03 20:41:37 +00:00
Code cleanup continues...
This commit is contained in:
parent
e5a8cd88f0
commit
11f02fb947
33 changed files with 406 additions and 13 deletions
|
@ -32,7 +32,6 @@ public class Commandweather extends EssentialsCommand
|
|||
user.sendMessage(isStorm
|
||||
? Util.format("weatherStormFor", world.getName(), args[1])
|
||||
: Util.format("weatherSunFor", world.getName(), args[1]));
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -40,7 +39,6 @@ public class Commandweather extends EssentialsCommand
|
|||
user.sendMessage(isStorm
|
||||
? Util.format("weatherStorm", world.getName())
|
||||
: Util.format("weatherSun", world.getName()));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -66,7 +64,6 @@ public class Commandweather extends EssentialsCommand
|
|||
sender.sendMessage(isStorm
|
||||
? Util.format("weatherStormFor", world.getName(), args[2])
|
||||
: Util.format("weatherSunFor", world.getName(), args[2]));
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -74,7 +71,6 @@ public class Commandweather extends EssentialsCommand
|
|||
sender.sendMessage(isStorm
|
||||
? Util.format("weatherStorm", world.getName())
|
||||
: Util.format("weatherSun", world.getName()));
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue