not needed to reduce by 1

This commit is contained in:
vbawol 2016-06-13 10:03:00 -05:00
parent a381d283a2
commit fa202de790

View File

@ -57,7 +57,7 @@ _allCitysDync = [];
} forEach _allCitys;
_position = [0,0,0];
_spawnCount = (count EPOCH_VehicleSlots - EPOCH_storedVehicleCount) - 1;
_spawnCount = (count EPOCH_VehicleSlots - EPOCH_storedVehicleCount);
// diag_log format["DEBUG: count EPOCH_VehicleSlots: %1 EPOCH_storedVehicleCount: %2 _spawnCount %3", (count EPOCH_VehicleSlots), EPOCH_storedVehicleCount, _spawnCount,_allowedVehiclesList];
// diag_log format["DEBUG: _allowedVehiclesList: %1 ", _allowedVehiclesList];