mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update TopsStats at least every 5 mins (per Player)
This commit is contained in:
parent
3d3ef45f3b
commit
de357e4dd2
@ -21,3 +21,4 @@ diag_log format["DEBUG: _spawnUnits %1",_spawnUnits];
|
|||||||
if !(_spawnUnits isEqualTo[]) then{
|
if !(_spawnUnits isEqualTo[]) then{
|
||||||
(selectRandom _spawnUnits) call EPOCH_unitSpawn;
|
(selectRandom _spawnUnits) call EPOCH_unitSpawn;
|
||||||
};
|
};
|
||||||
|
_UpdateTopStats = true;
|
Loading…
Reference in New Issue
Block a user