Add auto open chute option to HALO

This commit is contained in:
ebaydayz
2016-11-14 20:25:26 -05:00
parent de44b32c83
commit 414fd7e1b7
4 changed files with 41 additions and 17 deletions

View File

@@ -359,7 +359,7 @@ if (!isDedicated) then {
case "side": {BIS_functions_mainscope sideChat _message;};
case "system": {systemChat _message;};
};
if (DZE_DeathMsgCutText) then {_message call dayz_rollingMessages;};
if (DZE_DeathMsgRolling) then {_message call dayz_rollingMessages;};
diag_log format["DeathMessage: %1",_message];
};