Skip to content

Commit

Permalink
[#81] Make big bag hook attachable from the inside.
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnwop committed Jul 9, 2020
1 parent bf7bc5e commit b9dc989
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ManualAttach.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b9dc989

Please sign in to comment.