diff --git a/resources/[carscripts]/mh_garage/client/stored.lua b/resources/[carscripts]/mh_garage/client/stored.lua index 42025423f..f42c5e956 100644 --- a/resources/[carscripts]/mh_garage/client/stored.lua +++ b/resources/[carscripts]/mh_garage/client/stored.lua @@ -34,8 +34,7 @@ AddEventHandler('mh_garage:storeVehicle', function(zone) }) lib.registerContext({ id = "StoredVehicles", - title = random.name, - description = random.description, + title = random.name.."\n\n"..random.description, options = opt }) lib.showContext("StoredVehicles")