mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 09:39:43 +00:00
Allow not passing force in ItemUsage events
This commit is contained in:
parent
a38d17a918
commit
67421d67e2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ local function useItem(obj, actor, force)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
world._runStandardUseAction(obj, actor, force)
|
world._runStandardUseAction(obj, actor, options.force)
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue