Fixed invalid command reference

This commit is contained in:
Tim Visée 2015-11-01 18:43:09 +01:00
parent e3a6c73b58
commit c4c54cd134

View File

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