Disable zeus settings by default

Fixed newline characters
This commit is contained in:
SilentSpike
2015-05-11 18:06:01 +01:00
parent b09ebc9c79
commit 7cf52d13ca
11 changed files with 22 additions and 23 deletions

View File

@ -48,7 +48,7 @@ if (_activated && local _logic && !isnull curatorcamera) then {
_unit setvariable ["bis_fnc_moduleRemoteControl_owner",player,true];
// Added by ACE_zeus to toggle remote control wind sound
if (GETMVAR(GVAR(remoteWind),true)) then {
if GVAR(remoteWind) then {
//--- Play wind cue to all players
[format ["wind%1",ceil random 5],"bis_fnc_playsound"] call bis_fnc_mp;
};
@ -168,4 +168,4 @@ if (_activated && local _logic && !isnull curatorcamera) then {
[objnull,_error] call bis_fnc_showCuratorFeedbackMessage;
};
deletevehicle _logic;
};
};