mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-02 18:46:13 +00:00
Code cleanup
This commit is contained in:
parent
b40d663c7e
commit
45cd9597c9
1 changed files with 17 additions and 17 deletions
|
@ -29,7 +29,7 @@ public class Commandgamemode extends EssentialsCommand
|
|||
@Override
|
||||
protected void run(final Server server, final User user, final String commandLabel, final String[] args) throws Exception
|
||||
{
|
||||
if(args.length < 1)
|
||||
if (args.length < 1)
|
||||
{
|
||||
throw new NotEnoughArgumentsException();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue