The dedicated server crashes when a vehicle with a rope attached to it is deleted.
Description
Description
Details
Details
- Legacy ID
- 866573397
- Severity
- None
- Resolution
- Duplicate
- Reproducibility
- Always
- Category
- Engine
Steps To Reproduce
Launch dedicated server
Connect to dedicated server
In debug console, create 2 cars.
-firstcar= "C_Hatchback_01_sport_F" createVehicle getpos player;
-secondCar= "C_Hatchback_01_sport_F" createVehicle getpos player;
-Rope them together! myRope = ropeCreate [firstcar, [0,-1,-0.5], secondcar, [0,1,-0.5], 20];
-Observe they are roped together
-deleteVehicle secondCar in debug console
-Observe dedicated server crashes