mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
BIS_noCoreConversations to Masterloop init
This var was set too early and not repeated on revive
This commit is contained in:
parent
6bab637f42
commit
6d26704077
@ -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};
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user