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