1
0
Fork 0
forked from Simnation/Main

Update stored.lua

This commit is contained in:
Miho931 2025-06-08 18:20:48 +02:00
parent 383c34245b
commit 8ac6cde5d3

View file

@ -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")