forked from Simnation/Main
Update stored.lua
This commit is contained in:
parent
02baea75f9
commit
925d763482
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ AddEventHandler('mh_garage:storeVehicle', function(zone)
|
|||
})
|
||||
lib.registerContext({
|
||||
id = "StoredVehicles",
|
||||
title = random.name,
|
||||
description = random.description,
|
||||
title = random.name.."\n\n"..random.description,
|
||||
options = opt
|
||||
})
|
||||
lib.showContext("StoredVehicles")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue