remove commented lines for ^follow

This commit is contained in:
nytmyr
2024-11-01 14:26:51 -05:00
parent 8b5112a616
commit a4e6bc5c19
-1
View File
@@ -118,7 +118,6 @@ void bot_command_follow(Client* c, const Seperator* sep)
}
std::list<Bot*> sbl;
//if (ActionableBots::PopulateSBL(c, sep->arg[ab_arg], sbl, ab_mask, !class_race_check ? sep->arg[ab_arg] : nullptr, class_race_check ? atoi(sep->arg[ab_arg]) : 0) == ActionableBots::ABT_None) {
if (ActionableBots::PopulateSBL(c, sep->arg[ab_arg], sbl, ab_mask, !class_race_check ? sep->arg[ab_arg + 1] : nullptr, class_race_check ? atoi(sep->arg[ab_arg + 1]) : 0) == ActionableBots::ABT_None) {
return;
}