fixed error in load vehicles

This commit is contained in:
vbawol 2016-07-09 10:24:33 -05:00
parent ffad14348b
commit c6e5bad2ff

View File

@ -23,6 +23,7 @@ _allVehicles = [];
_vehicleDamages = [];
_serverSettingsConfig = configFile >> "CfgEpochServer";
_simulationHandler = [_serverSettingsConfig, "simulationHandlerOld", false] call EPOCH_fnc_returnConfigEntry;
for "_i" from 1 to _maxVehicleLimit do {
_vehicleSlotIndex = EPOCH_VehicleSlots pushBack str(_i);