Remove redundant logs (set to debug level)

This commit is contained in:
Yunfan
2024-12-02 11:42:31 +08:00
parent dba84da6f3
commit bb3328670b
3 changed files with 47 additions and 20 deletions

View File

@@ -192,6 +192,7 @@ private:
time_t BgCheckTimer;
time_t LfgCheckTimer;
time_t PlayersCheckTimer;
time_t printStatsTimer;
uint32 AddRandomBots();
bool ProcessBot(uint32 bot);
void ScheduleRandomize(uint32 bot, uint32 time);