From 4d1aa40993d0ea2a9de72237883a6adfe6caa4a9 Mon Sep 17 00:00:00 2001 From: FluffyXVI Date: Sat, 27 Apr 2019 19:38:26 +1000 Subject: [PATCH] Base: Temporarily disable the inventory --- fluffy_mg_base/gamemode/shop/cl_inventory.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fluffy_mg_base/gamemode/shop/cl_inventory.lua b/fluffy_mg_base/gamemode/shop/cl_inventory.lua index 34ff0ca..cd44bfd 100644 --- a/fluffy_mg_base/gamemode/shop/cl_inventory.lua +++ b/fluffy_mg_base/gamemode/shop/cl_inventory.lua @@ -66,6 +66,8 @@ function SHOP:PopulateSettings() end function SHOP:OpenInventory() + if true then return end -- disable this function for now + if IsValid(SHOP.InventoryPanel) then return end SHOP:VerifyInventory()