forked from Simnation/Main
Update stored.lua
This commit is contained in:
parent
01c47d8275
commit
2a1c160f51
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ AddEventHandler('mh_garage:storeVehicle', function()
|
|||
icon = "car",
|
||||
onSelect = function()
|
||||
print(CurrentZone.price)
|
||||
if CurrentZone.price ~= false then
|
||||
if CurrentZone.price ~= nil then
|
||||
lib.hideContext("StoredVehicles")
|
||||
|
||||
lib.registerContext({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue