Skip to content

Commit

Permalink
Fix Ashfall Cushion bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaakma committed Jun 18, 2021
1 parent 5497e03 commit 7cf37ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data Files/MWSE/mods/mer/ashfall/camping/cushions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ local function activateCushion(e)
return
end

cushionMenu(e.target)
cushionMenu({ ref = e.target })
return false
end
end
Expand Down

0 comments on commit 7cf37ff

Please sign in to comment.