diff --git a/src/ManualAttach.lua b/src/ManualAttach.lua index a7c9df2..5155222 100644 --- a/src/ManualAttach.lua +++ b/src/ManualAttach.lua @@ -38,7 +38,10 @@ ManualAttach.AUTO_ATTACH_JOINTYPES = { [mapJointTypeNameToInt("hookLift")] = true, [mapJointTypeNameToInt("semitrailer")] = true, [mapJointTypeNameToInt("semitrailerHook")] = true, - [mapJointTypeNameToInt("fastCoupler")] = true + -- Mods + [mapJointTypeNameToInt("fastCoupler")] = true, + [mapJointTypeNameToInt("bigbaghook")] = true, + } local ManualAttach_mt = Class(ManualAttach)