Skip to content

Commit 0ebbcdb

Browse files
committed
fix unlock (untow)
1 parent dae6bb9 commit 0ebbcdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core.liberation/R3F_LOG/remorqueur/detacher.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if (R3F_LOG_mutex_local_verrou) then {
3030

3131
// Le l�ger setVelocity vers le haut sert � defreezer les objets qui pourraient flotter.
3232
detach _objet;
33+
_objet setVehicleLock "UNLOCKED";
3334
_objet setVelocity [0, 0, 0.1];
3435

3536
player playMove format ["AinvPknlMstpSlay%1Dnon_medic", switch (currentWeapon player) do {
@@ -47,7 +48,6 @@ if (R3F_LOG_mutex_local_verrou) then {
4748
_objet lockDriver false;
4849
for "_i" from 0 to (_objet emptyPositions "Cargo") do { _objet lockCargo [_i, false] };
4950
{ _objet lockTurret [_x, false] } forEach (allTurrets _objet);
50-
_objet setVehicleLock "UNLOCKED";
5151
[_objet] spawn F_vehicleUnflip;
5252
};
5353

0 commit comments

Comments
 (0)