Skip to content

Commit cd29d75

Browse files
committed
Fixed use total not being supplied
1 parent 878329f commit cd29d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

use_methods.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ function api_use_item(item_oid, amount) end
66
---
77
---@param item_oid string the item to use up
88
---@return number total amount of item in player inventory and opened menus
9-
function api_use_item(item_oid) end
9+
function api_use_total(item_oid) end

0 commit comments

Comments
 (0)