Skip to content

Commit 0d41fdb

Browse files
committed
Update SVehicleAttachSync.lua
1 parent f2b8072 commit 0d41fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[gameplay]/glue_new/logic/SVehicleAttachSync.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local function correctAttachedPlayersPosition()
1313

1414
for attachedPlayer, attachedToVehicle in pairs(attachSyncCorrection) do
1515
local playerAttachedVehicleElement = isElement(attachedToVehicle)
16-
local playerAttachedVehicleValid = true
16+
local playerAttachedVehicleValid = false
1717

1818
if (playerAttachedVehicleElement) then
1919
local playerAttachedToVehicle = getElementAttachedTo(attachedPlayer)

0 commit comments

Comments
 (0)