Merge remote-tracking branch 'refs/remotes/origin/master' into exile

This commit is contained in:
sethduda 2016-03-20 23:06:14 -04:00
commit c9d9f7401f

View File

@ -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;