diff --git a/Sources/epoch_code/compile/setup/masterLoop/Event6.sqf b/Sources/epoch_code/compile/setup/masterLoop/Event6.sqf index b84f4ad5..5d5fc8c9 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/Event6.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/Event6.sqf @@ -21,3 +21,4 @@ diag_log format["DEBUG: _spawnUnits %1",_spawnUnits]; if !(_spawnUnits isEqualTo[]) then{ (selectRandom _spawnUnits) call EPOCH_unitSpawn; }; +_UpdateTopStats = true; \ No newline at end of file