Skip to content

Commit

Permalink
Fixed MissionVehicle breaking the HUD
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampo committed Jul 1, 2024
1 parent e3e5042 commit 524e4e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Randomiser/Resources/Modules/Vehicles/MissionVehicle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ RandomMissionVehicle:AddMissionHandler(function(LevelNumber, MissionNumber, Miss

for i=#functions,1,-1 do
if functions[i].Name:lower() == "closestage" then
MissionInit:InsertFunction(i, "SetFadeOut", 0.1)
MissionInit:InsertFunction(i, "SwapInDefaultCar")
break
end
Expand Down

0 comments on commit 524e4e2

Please sign in to comment.