Server can crash when deleting vehicle cargo from blackfish/xian
Description
Description
Details
Details
- Severity
- Crash
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7
- Category
- General
Steps To Reproduce
dedicated environment
execute the below on server machine (server exec through debug console)
0 spawn { 'Creating' remoteExecCall ['systemChat',-2]; _unit = allPlayers select 0; _parent = createVehicle ['B_T_VTOL_01_vehicle_blue_F',(_unit getRelPos [20,0]),[],0,'NONE']; _child = createVehicle ['B_CargoNet_01_ammo_F',(_unit getRelPos [10,90]),[],0,'NONE']; _parent setVehicleCargo _child; sleep 5; 'Deleting' remoteExecCall ['systemChat',-2]; sleep 1; deleteVehicle _child; };