Command Cleanup

This commit is contained in:
KHobbits 2011-12-01 13:42:39 +00:00
parent a8a9fc3dd6
commit 2dc6f8c202
22 changed files with 34 additions and 56 deletions

View file

@ -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)
{