1
0
Fork 0
forked from Simnation/Main

Update main.lua

This commit is contained in:
Miho931 2025-06-09 14:17:23 +02:00
parent 0ccb1025e4
commit b8e1377a17

View file

@ -82,19 +82,19 @@ function AddTargetOptions(zone)
local opt = { local opt = {
{ {
type = "client", type = "client",
event = "mh_garage:storeVehicle", event = "mh_garage:storeVehicle",
icon = "fas fa-parking", icon = "fas fa-parking",
label = "Fahrzeug einparken", label = "Fahrzeug einparken",
args = zone args = zone
}, },
{ {
type = "client", type = "client",
event = "mh_garage:retrieveVehicle", event = "mh_garage:retrieveVehicle",
icon = "fas fa-car", icon = "fas fa-car",
label = "Fahrzeug ausparken", label = "Fahrzeug ausparken",
args = zone args = zone
} }
} }
if Config.Verwaltung.garage then if Config.Verwaltung.garage then