mirror of
https://github.com/sethduda/AdvancedTowing.git
synced 2024-08-30 17:32:12 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into exile
This commit is contained in:
commit
c9d9f7401f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user