forked from Simnation/Main
[Garage] Changes + Log
This commit is contained in:
parent
03ae638141
commit
ee09c81d37
4 changed files with 68 additions and 6 deletions
|
@ -84,15 +84,13 @@ function AddTargetOptions()
|
|||
type = "client",
|
||||
event = "garage:storeVehicle",
|
||||
icon = "fas fa-parking",
|
||||
label = "Fahrzeug einparken",
|
||||
canInteract = true
|
||||
label = "Fahrzeug einparken"
|
||||
},
|
||||
{
|
||||
type = "client",
|
||||
event = "garage:retrieveVehicle",
|
||||
icon = "fas fa-car",
|
||||
label = "Fahrzeug ausparken",
|
||||
canInteract = true
|
||||
label = "Fahrzeug ausparken"
|
||||
}
|
||||
},
|
||||
distance = 2.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue