Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
fix(client): Open inventory in PopUI - typo Popui config
Browse files Browse the repository at this point in the history
  • Loading branch information
renzuzu committed Sep 25, 2021
1 parent 379e476 commit 8166e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ AddEventHandler('renzu_customs:removevehiclemod', function(mod,lvl,vehicle)
if distance < 3 and ShopPermmision(currentprivate,'garage_inventory') and Config.showmarker then
DrawMarkerInput(vector3(vec.coord.x,vec.coord.y,vec.coord.z),'Press [E] Store','renzu_customs:storemod',false,'store_mod',{currentprivate,mod,lvl,newprop},true)
end
if Config.UsePopUI and ShopPermmision(currentprivate,'garage_inventory') then
if Config.usePopui and ShopPermmision(currentprivate,'garage_inventory') then
if distance < 3 then
local table = {
['key'] = 'E', -- key
Expand Down

0 comments on commit 8166e10

Please sign in to comment.