mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
remove next check delay log
This commit is contained in:
@@ -29,13 +29,13 @@ void PlayerbotAIBase::UpdateAI(uint32 elapsed, bool minimal)
|
||||
|
||||
void PlayerbotAIBase::SetNextCheckDelay(uint32 const delay)
|
||||
{
|
||||
if (nextAICheckDelay < delay)
|
||||
LOG_DEBUG("playerbots", "Setting lesser delay {} -> {}", nextAICheckDelay, delay);
|
||||
// if (nextAICheckDelay < delay)
|
||||
// LOG_DEBUG("playerbots", "Setting lesser delay {} -> {}", nextAICheckDelay, delay);
|
||||
|
||||
nextAICheckDelay = delay;
|
||||
|
||||
if (nextAICheckDelay > sPlayerbotAIConfig->globalCoolDown)
|
||||
LOG_DEBUG("playerbots", "std::set next check delay: {}", nextAICheckDelay);
|
||||
// if (nextAICheckDelay > sPlayerbotAIConfig->globalCoolDown)
|
||||
// LOG_DEBUG("playerbots", "std::set next check delay: {}", nextAICheckDelay);
|
||||
}
|
||||
|
||||
void PlayerbotAIBase::IncreaseNextCheckDelay(uint32 delay)
|
||||
|
||||
Reference in New Issue
Block a user