Fixed invalid command reference

This commit is contained in:
Tim Visée 2015-11-01 17:37:40 +01:00
parent 1a62cecd58
commit a2e33402f9

View File

@ -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");