diff --git a/Sources/epoch_code/compile/setup/EPOCH_clientInit.sqf b/Sources/epoch_code/compile/setup/EPOCH_clientInit.sqf index 1af518ee..ab934292 100644 --- a/Sources/epoch_code/compile/setup/EPOCH_clientInit.sqf +++ b/Sources/epoch_code/compile/setup/EPOCH_clientInit.sqf @@ -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}; diff --git a/Sources/epoch_code/compile/setup/masterLoop/init.sqf b/Sources/epoch_code/compile/setup/masterLoop/init.sqf index c31b8552..254000bf 100644 --- a/Sources/epoch_code/compile/setup/masterLoop/init.sqf +++ b/Sources/epoch_code/compile/setup/masterLoop/init.sqf @@ -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;