mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-04 21:11:38 +00:00
Command cleanup
This commit is contained in:
parent
e5c77c1aeb
commit
e54d73704e
36 changed files with 165 additions and 162 deletions
|
@ -14,7 +14,7 @@ public class Commandburn extends EssentialsCommand
|
|||
}
|
||||
|
||||
@Override
|
||||
protected void run(Server server, CommandSender sender, String commandLabel, String[] args) throws Exception
|
||||
protected void run(final Server server, final CommandSender sender, final String commandLabel, final String[] args) throws Exception
|
||||
{
|
||||
if (args.length < 2)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue