Skip to content

Commit 543fa44

Browse files
committed
Update ShVehicleAttachConfig.lua
1 parent c3bde6e commit 543fa44

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
@@ -37,7 +37,7 @@ GLUE_VEHICLE_WHITELIST = { -- only relevant if GLUE_ALLOWED_ELEMENTS contains "v
3737
GLUE_ATTACH_OVER_VEHICLE = false -- if true, vehicles will attach over the top of target vehicle. if false, vehicles will attach but will maintain original position (seamless, precise glue'ing)
3838
GLUE_DETACH_ON_VEHICLE_EXPLOSION = true -- specifies whether attached elements would be automatically detached, when attachedTo vehicle explodes
3939
GLUE_ATTACH_ON_TOP_OFFSETS = {0, 0, 1.5} -- only relevant if GLUE_ATTACH_OVER_VEHICLE is set to true, specifies static position for attaching vehicle over vehicle
40-
GLUE_ATTACH_VEHICLE_MAX_DISTANCE = 5 -- specifies maximum distance for nearby vehicle to be glued (also serves anti-cheat purpose, so only nearby vehicle could be attached)
40+
GLUE_ATTACH_VEHICLE_MAX_DISTANCE = 5 -- specifies maximum distance for nearby vehicle to be glued (also serves anti-cheat purpose, so only nearby vehicle could be attached)
4141
GLUE_ATTACH_PLAYER_MAX_DISTANCE = 10 -- ditto
4242

4343
GLUE_PREVENT_CONTROLS = false -- prevent players from shooting their guns while attached to vehicle

0 commit comments

Comments
 (0)