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