BIS_noCoreConversations to Masterloop init

This var was set too early and not repeated on revive
This commit is contained in:
He-Man 2019-01-20 18:35:08 +01:00
parent 6bab637f42
commit 6d26704077
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ Epoch_CamAdjust = [0,0,0];
0 fadeRadio 0;
enableSentences false;
enableRadio false;
player setVariable["BIS_noCoreConversations", true];
// player setVariable["BIS_noCoreConversations", true]; // Moved to Masterloop (Player is not loaded in here)
EPOCH_ArmaSlingLoad = true;
_r3fON = if(!isNil "R3F_LOG_CFG_can_lift")then{if!(R3F_LOG_CFG_can_lift isEqualTo [])then{true}else{false}}else{false};

View File

@ -100,7 +100,7 @@ if (isNil "EPOCH_display_setup_complete") then {
call epoch_dynamicHUD_start;
};
player setVariable["BIS_noCoreConversations", true];
// Background radiation
_outOfBoundsRadiation = ["CfgEpochClient", "outOfBoundsRadiation", 10] call EPOCH_fnc_returnConfigEntryV2;