mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-05 21:41:39 +00:00
Command Cleanup
This commit is contained in:
parent
a8a9fc3dd6
commit
2dc6f8c202
22 changed files with 34 additions and 56 deletions
|
@ -14,7 +14,7 @@ public class Commandsethome extends EssentialsCommand
|
|||
}
|
||||
|
||||
@Override
|
||||
public void run(Server server, User user, String commandLabel, String[] args) throws Exception
|
||||
public void run(final Server server, final User user, final String commandLabel, String[] args) throws Exception
|
||||
{
|
||||
if (args.length > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue