Merge branch 'useitem_force_fix' into 'master'

Allow not passing force in ItemUsage events

See merge request OpenMW/openmw!3609
macos_ci_fix
Evil Eye 1 year ago
commit 047db00980

@ -22,7 +22,7 @@ local function useItem(obj, actor, force)
end
end
end
world._runStandardUseAction(obj, actor, force)
world._runStandardUseAction(obj, actor, options.force)
end
return {

Loading…
Cancel
Save