We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386b5bd commit cba6dc0Copy full SHA for cba6dc0
1 file changed
SSV2/includes/features/online/yim_resupplier/businesses/SalvageYard.lua
@@ -216,7 +216,7 @@ function SalvageYard:BringTowMissionTarget()
216
-- [b3788.0]:
217
-- - FMCTTW = ScriptLocal(1850, "fm_content_tow_truck_work"):At(48)
218
-- - TargetVehicle = FMCTTW:At(0, 9) -- (netID)
219
- -- - Towtruck = FMCTTW:At(48):At(1, 9) -- (netID)
+ -- - Towtruck = FMCTTW:At(1, 9) -- (netID)
220
--
221
222
if (not self:IsTowMissionActive()) then
0 commit comments