Skip to content

Commit

Permalink
fix ah error
Browse files Browse the repository at this point in the history
  • Loading branch information
vbawol committed Oct 20, 2017
1 parent 2f6e0bf commit 0bb4c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/epoch_server/init/server_securityfunctions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ _skn_cfgPatchesCfg = [_serverSettingsConfig, "antihack_cfgPatchesMode", [2]] cal
_skn_PVSPrefix = [_serverSettingsConfig, "antihack_PVSPrefix", "EPAH_"] call EPOCH_fnc_returnConfigEntry;

// build array with X number of random strings
_rndVAR_Count = 84; // 85 = number of (_skn_rndVA deleteAt 0)
_rndVAR_Count = 99; // 86 = number of (_skn_rndVA deleteAt 0)
_skn_rndVA = parseSimpleArray ('epochserver' callExtension format['810|%1', _rndVAR_Count]);

EPOCH_hiveWhitelistVarsArray = [];
Expand Down

0 comments on commit 0bb4c7f

Please sign in to comment.