mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-24 03:05:17 +01:00
Fixed invalid command reference
This commit is contained in:
parent
1a62cecd58
commit
a2e33402f9
@ -125,7 +125,7 @@ public class CommandManager {
|
|||||||
|
|
||||||
// Register the purge command
|
// Register the purge command
|
||||||
CommandDescription purgeCommand = new CommandDescription(
|
CommandDescription purgeCommand = new CommandDescription(
|
||||||
new ReloadCommand(),
|
new PurgeCommand(),
|
||||||
new ArrayList<String>() {{
|
new ArrayList<String>() {{
|
||||||
add("purge");
|
add("purge");
|
||||||
add("delete");
|
add("delete");
|
||||||
|
Loading…
Reference in New Issue
Block a user