diff options
Diffstat (limited to 'gamemode/core')
| -rw-r--r-- | gamemode/core/inventory/inventory.lua | 4 |
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 |
