add bot camp timer to prevent /camp exploits

This commit is contained in:
nytmyr
2024-11-13 10:10:47 -06:00
parent abefd1ccce
commit ab446138a3
5 changed files with 10 additions and 0 deletions
+1
View File
@@ -2036,6 +2036,7 @@ private:
PTimerList p_timers; //persistent timers
Timer hpupdate_timer;
Timer camp_timer;
Timer bot_camp_timer;
Timer process_timer;
Timer consume_food_timer;
Timer zoneinpacket_timer;