Skip to content

Commit

Permalink
fix versionless addons
Browse files Browse the repository at this point in the history
  • Loading branch information
McDiod committed Sep 26, 2017
1 parent e5d5ca4 commit 7fada90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/versionCheck/XEH_preInit.sqf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "script_component.hpp"
SCRIPT(XEH_preInit);

grad_versionCheck_versions = [[],""] call CBA_fnc_hashCreate;
grad_versionCheck_versions = [[],nil] call CBA_fnc_hashCreate;

private _cfgPatches = (configFile >> "CfgPatches");
for [{_i=0},{_i<(count _cfgPatches)-1},{_i=_i+1}] do {
Expand Down

0 comments on commit 7fada90

Please sign in to comment.