feat(Core/Config): configurable BG Respawn Timers (#3569)

This commit is contained in:
aradep
2020-11-17 09:26:58 -04:00
committed by GitHub
parent 7f26c9ddad
commit 788f8b5257
6 changed files with 34 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ Battlefield::Battlefield()
m_uiKickAfkPlayersTimer = 1000;
m_LastResurectTimer = 30 * IN_MILLISECONDS;
m_LastResurectTimer = RESURRECTION_INTERVAL;
m_StartGroupingTimer = 0;
m_StartGrouping = false;
StalkerGuid = 0;