From 8ac6cde5d3d6cedecb5fef0d153fcf13ac3d5bd4 Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Sun, 8 Jun 2025 18:20:48 +0200 Subject: [PATCH] Update stored.lua --- resources/[carscripts]/mh_garage/client/stored.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[carscripts]/mh_garage/client/stored.lua b/resources/[carscripts]/mh_garage/client/stored.lua index 0c3a801f4..ff670d57f 100644 --- a/resources/[carscripts]/mh_garage/client/stored.lua +++ b/resources/[carscripts]/mh_garage/client/stored.lua @@ -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")