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