mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 03:36:40 +00:00
Merge branch 'useitem_force_fix' into 'master'
Allow not passing force in ItemUsage events See merge request OpenMW/openmw!3609
This commit is contained in:
commit
047db00980
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue