cleanup and move road debris back to server

This commit is contained in:
[VB]AWOL
2013-11-25 15:57:57 -06:00
parent e2144b1d11
commit 796f5008b6
4 changed files with 12 additions and 17 deletions

View File

@@ -299,7 +299,7 @@ if (isServer and isNil "sm_done") then {
// spawn_roadblocks
diag_log ("HIVE: Spawning # of Debris: " + str(MaxDynamicDebris));
for "_x" from 1 to MaxDynamicDebris do {
[] call spawn_roadblocks;
[] spawn spawn_roadblocks;
};
// spawn_ammosupply at server start 1% of roadblocks
diag_log ("HIVE: Spawning # of Ammo Boxes: " + str(MaxAmmoBoxes));