Strict CLI
This commit is contained in:
parent
ba0411cf98
commit
a5f0aed8e5
|
@ -157,8 +157,7 @@ public class BCVCommandLine
|
|||
public CLICommand getCommand(String name)
|
||||
{
|
||||
for(CLICommand command : COMMANDS)
|
||||
if(command.name.equals(name)
|
||||
|| command.nameFormatted.equals(name))
|
||||
if(command.nameFormatted.equals(name))
|
||||
return command;
|
||||
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user