diff --git a/Server_Install_Pack/@epochhive/addons/epoch_server.pbo b/Server_Install_Pack/@epochhive/addons/epoch_server.pbo index a19e073a..10ac5607 100644 Binary files a/Server_Install_Pack/@epochhive/addons/epoch_server.pbo and b/Server_Install_Pack/@epochhive/addons/epoch_server.pbo differ diff --git a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf index 5c358205..780f27ae 100644 --- a/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf +++ b/Sources/epoch_server/compile/epoch_vehicle/EPOCH_load_vehicles.sqf @@ -36,8 +36,8 @@ for "_i" from 1 to _maxVehicleLimit do { _vehHiveKey = format ["%1:%2", call EPOCH_fn_InstanceID,_i]; (["Vehicle", _vehHiveKey] call EPOCH_fnc_server_hiveGETRANGE) params [["_status",0],["_arr",[]]]; - if (_arr isEqualTo []) exitwith {}; if (_status isEqualTo 1 && _arr isEqualType []) then { + if (_arr isEqualTo []) exitwith {}; _arrNum = count _arr; // New Upgrade System adds to DB array, check and correct older saved vehicles