Fix some formatting, not actually needed but oh well
This commit is contained in:
parent
691d59f0f7
commit
9f4ebd5993
@ -10,6 +10,7 @@ import org.bukkit.entity.Player;
|
||||
|
||||
import com.beust.jcommander.JCommander;
|
||||
import com.beust.jcommander.ParameterException;
|
||||
|
||||
import com.graywolf336.jail.JailMain;
|
||||
import com.graywolf336.jail.JailManager;
|
||||
import com.graywolf336.jail.command.jcommands.JailFoundation;
|
||||
|
@ -3,7 +3,6 @@ package com.graywolf336.jail.command.jcommands;
|
||||
import com.beust.jcommander.Parameter;
|
||||
|
||||
public class JailFoundation {
|
||||
|
||||
@Parameter(names = { "-v", "-verbose" })
|
||||
public boolean verbose = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user