From 07e9e1ac5cd5e65b14689b3a331bb7ec25080ba9 Mon Sep 17 00:00:00 2001 From: vbawol Date: Wed, 12 Jul 2017 09:53:53 -0500 Subject: [PATCH] add private --- Sources/epoch_code/init/client_init.sqf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/epoch_code/init/client_init.sqf b/Sources/epoch_code/init/client_init.sqf index 0a7811ac..88f9b1a9 100644 --- a/Sources/epoch_code/init/client_init.sqf +++ b/Sources/epoch_code/init/client_init.sqf @@ -66,6 +66,8 @@ rmx_var_dynamicHUD_groupCTRL = []; EPOCH_keysActionPressed = false; //prevents EH spam 0 call EPOCH_clientKeyMap; +// load some frequently used configs to variables +private _CfgEpochClient = 'CfgEpochClient' call EPOCH_returnConfig; EPOCH_maxBuildingHeight = getNumber(_CfgEpochClient >> "maxBuildingHeight"); //ON INIT and RESPAWN