forked from Simnation/Main
Update stored.lua
This commit is contained in:
parent
383c34245b
commit
8ac6cde5d3
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ print("3")
|
|||
print("4")
|
||||
lib.registerContext({
|
||||
id = "StoredVehicles",
|
||||
title = random[1],
|
||||
description = random[2],
|
||||
title = random.name,
|
||||
description = random.description,
|
||||
options = opt
|
||||
})
|
||||
print("5")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue