mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-10-31 07:39:42 +01:00
Fixed invalid command reference
This commit is contained in:
parent
e3a6c73b58
commit
c4c54cd134
@ -319,7 +319,7 @@ public class CommandManager {
|
||||
|
||||
// Register the switchantibot command
|
||||
CommandDescription switchAntiBotCommand = new CommandDescription(
|
||||
new PurgeLastPositionCommand(),
|
||||
new SwitchAntiBotCommand(),
|
||||
new ArrayList<String>() {{
|
||||
add("switchantibot");
|
||||
add("toggleantibot");
|
||||
|
Loading…
Reference in New Issue
Block a user