diff --git a/shared/inventories.lua b/shared/inventories.lua index a8b038b..d5aac0b 100644 --- a/shared/inventories.lua +++ b/shared/inventories.lua @@ -67,6 +67,9 @@ function hasItem(items, amount, src) end return true, hasTable end + -- if can't find inventory, return false + print("^1Error^7: ^1Can't find players inventory for some reason") + return false, {} end --- Retrieves a player's inventory based on the active inventory system.