Throw bot_camp_timer behind Bots:Enabled rule

This commit is contained in:
nytmyr
2025-01-20 12:09:30 -06:00
parent 744a1d23c0
commit 28fbdc6877
2 changed files with 10 additions and 3 deletions
+4 -2
View File
@@ -193,8 +193,10 @@ bool Client::Process() {
return false; //delete client
}
if (bot_camp_timer.Check()) {
CampAllBots();
if (RuleB(Bots, Enabled)) {
if (bot_camp_timer.Check()) {
CampAllBots();
}
}
if (camp_timer.Check()) {