aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/core/inventory')
-rw-r--r--gamemode/core/inventory/inventory.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/gamemode/core/inventory/inventory.lua b/gamemode/core/inventory/inventory.lua
index ea1d33e..9215a49 100644
--- a/gamemode/core/inventory/inventory.lua
+++ b/gamemode/core/inventory/inventory.lua
@@ -175,6 +175,10 @@ function inv.CreateInventoryFromData(name,data,owner)
return ret
end
+concommand.Add("artery_printinventories", function(ply,cmd,args)
+ PrintTable(inventories)
+end)
+
---To Be Depriciated.
function inv.DeriveInventory(name)
while inventories[name] == nil do