Skip to content

Commit

Permalink
fix ch47 proxy indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
ampersand38 committed Jan 14, 2021
1 parent 3c892b7 commit d3feffa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/main/mods/rhsusaf.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ if (isClass (configFile >> "CfgPatches" >> "rhsusf_main")) then {
]];
}, true, [], true] call CBA_fnc_addClassEventHandler;

["RHS_CH_47F_base", "init", {
(_this select 0) setVariable ["RWYL_cargoProxyIndexes", [
1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,2,25
]];
}, true, ["RHS_CH_47F_cargo_base"], true] call CBA_fnc_addClassEventHandler;

["RHS_CH_47F_cargo_base", "init", {
(_this select 0) setVariable ["RWYL_proxyBlacklist", [
"proxy:\ca\temp\proxies\ch47\cargo01.014",
Expand Down

0 comments on commit d3feffa

Please sign in to comment.