From a4e6bc5c1902cd4df43d2796b0cc751dfb14975d Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:26:51 -0500 Subject: [PATCH] remove commented lines for ^follow --- zone/bot_commands/follow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/bot_commands/follow.cpp b/zone/bot_commands/follow.cpp index 9e7c33eaf..57e97a607 100644 --- a/zone/bot_commands/follow.cpp +++ b/zone/bot_commands/follow.cpp @@ -118,7 +118,6 @@ void bot_command_follow(Client* c, const Seperator* sep) } std::list 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; }