Skip to content

Commit 8f7c2b6

Browse files
authored
missing tag closure
Signed-off-by: Linden <65407488+thelindat@users.noreply.github.com>
1 parent 4981885 commit 8f7c2b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/ox_inventory/Functions/Server/Hooks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ end, {
101101
})
102102
```
103103

104-
</summary>
104+
</details>
105105

106106
### openShop
107107

@@ -310,7 +310,7 @@ local hookId = exports.ox_inventory:registerHook('swapItems', nil, {
310310
})
311311

312312
---Print everytime an item is moved to or from a vehicle inventory.
313-
---Success will be false if using a hook callback for validation, or if the action was rejected internally by ox_inventory.
313+
---Success will be false if the hook rejected the action or it failed elsewhere.
314314
AddEventHandler(hookId, function(success, payload)
315315
print(hookId, success)
316316
lib.print.info(payload)

0 commit comments

Comments
 (0)