mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-29 21:34:37 +00:00
FIX: Correct typo in unlock events
This commit is contained in:
parent
ef05e089ab
commit
42fa037195
1 changed files with 2 additions and 2 deletions
|
|
@ -218,7 +218,7 @@ Lock a container or door
|
|||
|
||||
.. code-block:: Lua
|
||||
|
||||
core.sendGlobalEvent('Lock', {taret = selected, magnitude = 50})
|
||||
core.sendGlobalEvent('Lock', {target = selected, magnitude = 50})
|
||||
|
||||
**Unlock**
|
||||
|
||||
|
|
@ -226,4 +226,4 @@ Unlock a container or door
|
|||
|
||||
.. code-block:: Lua
|
||||
|
||||
core.sendGlobalEvent('Unlock', {taret = selected})
|
||||
core.sendGlobalEvent('Unlock', {target = selected})
|
||||
|
|
|
|||
Loading…
Reference in a new issue