diff --git a/addons/SA_AdvancedTowing/functions/fn_advancedTowingInit.sqf b/addons/SA_AdvancedTowing/functions/fn_advancedTowingInit.sqf index 24872ae..d5c05ba 100644 --- a/addons/SA_AdvancedTowing/functions/fn_advancedTowingInit.sqf +++ b/addons/SA_AdvancedTowing/functions/fn_advancedTowingInit.sqf @@ -367,7 +367,7 @@ SA_Can_Attach_Tow_Ropes = { }; if(!missionNamespace getVariable ["SA_TOW_IN_EXILE_SAFEZONE_ENABLED",false]) then { if(!isNil "ExilePlayerInSafezone") then { - _canBeTowed = _canBeTowed && ExilePlayerInSafezone; + _canBeTowed = _canBeTowed && !ExilePlayerInSafezone; }; }; _canBeTowed;