Fixed invalid command reference
This commit is contained in:
parent
1a62cecd58
commit
a2e33402f9
@ -125,7 +125,7 @@ public class CommandManager {
|
||||
|
||||
// Register the purge command
|
||||
CommandDescription purgeCommand = new CommandDescription(
|
||||
new ReloadCommand(),
|
||||
new PurgeCommand(),
|
||||
new ArrayList<String>() {{
|
||||
add("purge");
|
||||
add("delete");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user