tweak(client/vehicle/garage): readonly menu button

This commit is contained in:
Andyyy7666
2023-10-14 19:48:02 +02:00
parent 2a7b21f3ea
commit f0eb040eba

View File

@@ -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 {