From b8e1377a17a4653b1cc344c3b182dcfc7b2637ec Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:17:23 +0200 Subject: [PATCH] Update main.lua --- .../[carscripts]/mh_garage/client/main.lua | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/[carscripts]/mh_garage/client/main.lua b/resources/[carscripts]/mh_garage/client/main.lua index 909262370..7f80138c0 100644 --- a/resources/[carscripts]/mh_garage/client/main.lua +++ b/resources/[carscripts]/mh_garage/client/main.lua @@ -82,19 +82,19 @@ function AddTargetOptions(zone) local opt = { { - type = "client", - event = "mh_garage:storeVehicle", - icon = "fas fa-parking", - label = "Fahrzeug einparken", - args = zone - }, - { - type = "client", - event = "mh_garage:retrieveVehicle", - icon = "fas fa-car", - label = "Fahrzeug ausparken", - args = zone - } + type = "client", + event = "mh_garage:storeVehicle", + icon = "fas fa-parking", + label = "Fahrzeug einparken", + args = zone + }, + { + type = "client", + event = "mh_garage:retrieveVehicle", + icon = "fas fa-car", + label = "Fahrzeug ausparken", + args = zone + } } if Config.Verwaltung.garage then