mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
update (script): Fix redundant todo and clean up
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "GameTime.h"
|
||||
|
||||
Seconds resetTime = 0s;
|
||||
Seconds lastIterationPlayer = GameTime::GetUptime() + 30s; //TODO: change 30 secs static to a configurable option
|
||||
Seconds lastIterationPlayer = GameTime::GetUptime() + Seconds(sConfigMgr->GetOption<uint32>("Anticheat.SaveReportsTime", 60));
|
||||
|
||||
class AnticheatPlayerScript : public PlayerScript
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user