1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-30 07:21:12 +00:00

Allow not passing force in ItemUsage events

This commit is contained in:
Zackhasacat 2023-11-29 15:42:34 +00:00 committed by Evil Eye
parent a38d17a918
commit 67421d67e2

View File

@ -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 {