diff --git a/resources/[carscripts]/re_boat_winch/main.lua b/resources/[carscripts]/re_boat_winch/main.lua index 1fb693022..da9fcd1e9 100644 --- a/resources/[carscripts]/re_boat_winch/main.lua +++ b/resources/[carscripts]/re_boat_winch/main.lua @@ -14,7 +14,7 @@ local boatOnTrailer = false local function getTrailerOffset(trailer) local model = GetEntityModel(trailer) if model == `boattrailer6` then - return vector3(0.0, 0.5, 0.3) -- Adjusted values for boattrailer6 (moved forward toward hitch) + return vector3(0.0, 2.0, 0.3) -- Adjusted values for boattrailer6 (moved forward toward hitch) else return vector3(0.0, 1.8, 0.0) -- Original boattrailer values end