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")
|
print("4")
|
||||||
lib.registerContext({
|
lib.registerContext({
|
||||||
id = "StoredVehicles",
|
id = "StoredVehicles",
|
||||||
title = random[1],
|
title = random.name,
|
||||||
description = random[2],
|
description = random.description,
|
||||||
options = opt
|
options = opt
|
||||||
})
|
})
|
||||||
print("5")
|
print("5")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue