Skip to content

Commit

Permalink
Base: Temporarily disable the inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyXVI committed Apr 27, 2019
1 parent 05bc704 commit 4d1aa40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fluffy_mg_base/gamemode/shop/cl_inventory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 4d1aa40

Please sign in to comment.