Fixed invalid command reference
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user