From f0eb040ebad357a02425e948b54904787d39a741 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Sat, 14 Oct 2023 19:48:02 +0200 Subject: [PATCH] tweak(client/vehicle/garage): readonly menu button --- client/vehicle/garages.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/client/vehicle/garages.lua b/client/vehicle/garages.lua index 09c3536..3dfb3e9 100644 --- a/client/vehicle/garages.lua +++ b/client/vehicle/garages.lua @@ -221,6 +221,7 @@ local function createMenu(vehicles, garageType, vehicleSpawns, impound) if impound and #options == 0 then options[#options+1] = { title = "No vehicles found", + readOnly = true } end return {