diff --git a/fluffy_mg_base/gamemode/shop/cl_inventory.lua b/fluffy_mg_base/gamemode/shop/cl_inventory.lua index cd44bfd..20fe1ea 100644 --- a/fluffy_mg_base/gamemode/shop/cl_inventory.lua +++ b/fluffy_mg_base/gamemode/shop/cl_inventory.lua @@ -66,7 +66,7 @@ function SHOP:PopulateSettings() end function SHOP:OpenInventory() - if true then return end -- disable this function for now + if not LocalPlayer():IsSuperAdmin() then return end -- disable this function for now if IsValid(SHOP.InventoryPanel) then return end SHOP:VerifyInventory()