mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add private
This commit is contained in:
parent
fd5f4cb1f9
commit
07e9e1ac5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user