Skip to content

Commit f2b8072

Browse files
committed
Update ShVehicleAttachConfig.lua
1 parent 1773b11 commit f2b8072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[gameplay]/glue_new/config/ShVehicleAttachConfig.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GLUE_ALLOW_DETACHING_ELEMENTS = true -- should players be able to detach already
5656

5757
GLUE_ATTACH_DETACH_KEY = "X" -- used to attach/detach yourself/vehicle
5858
GLUE_ATTACH_TOGGLE_KEY = "C" -- only relevant if GLUE_ALLOW_ATTACH_TOGGLING is set to true; specifies whether players can disable attaching to vehicle which are driver of
59-
GLUE_DETACH_ELEMENTS_KEY = "B" -- only relevant if GLUE_ALLOW_DETACHING_ELEMENTS is set to true; controls vehicle drivers are able to detach elements currently attached to their vehicle
59+
GLUE_DETACH_ELEMENTS_KEY = "B" -- only relevant if GLUE_ALLOW_DETACHING_ELEMENTS is set to true; controls whether vehicle driver is able to detach elements currently attached to vehicle
6060

6161
GLUE_ATTACH_DETACH_DELAY = 300 -- how often player can attach/detach yourself/vehicle
6262
GLUE_ATTACH_TOGGLE_DELAY = 300 -- only relevant if GLUE_ALLOW_ATTACH_TOGGLING is set to true; how often player can toggle vehicle attach lock

0 commit comments

Comments
 (0)