From 70d3228761c2b207aa723af0ea11717201d71988 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 27 Nov 2017 15:31:58 -0500 Subject: Comments Added some comments to the colortheme config Added some comments to inventory registry --- gamemode/core/inventory/inventory.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gamemode/core') 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 -- cgit v1.2.3-70-g09d2