mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Throw bot_camp_timer behind Bots:Enabled rule
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user