Skip to content

Commit

Permalink
Increase priority on harvest activate
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaakma committed Jan 23, 2025
1 parent c92d516 commit df1865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data Files/MWSE/mods/mer/fishing/Harvest/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ event.register("activate", function(e)
cancelText = "No",
}
return false
end)
end, { priority = 1000 })


return Harvest

0 comments on commit df1865f

Please sign in to comment.