Skip to content

Commit

Permalink
Update selector.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
stutpip123 authored Nov 26, 2021
1 parent adc45e2 commit bf3f3c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions A3-Antistasi/Templates/selector.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -371,16 +371,16 @@ A3A_Civ_template = switch(true) do {
Info("Using RHS Civ Template");
"RHS"
};
case (A3A_hasVN): {
["Templates\NewTemplates\VN\VN_CIV.sqf", civilian] call A3A_fnc_compatibilityLoadFaction;
Info("Using VN CIV Template");
"VN"
};
case (A3A_hasUNS): {
["Templates\NewTemplates\UNSUNG\Unsung_Civ.sqf", civilian] call A3A_fnc_compatibilityLoadFaction;
Info("Using Unsung CIV Template");
"UNS"
};
case (A3A_hasVN): {
["Templates\NewTemplates\VN\VN_CIV.sqf", civilian] call A3A_fnc_compatibilityLoadFaction;
Info("Using VN CIV Template");
"VN"
};
/* disabled until imtegrated
case (A3A_hasIFA): {
call compile preProcessFileLineNumbers "Templates\IFA\IFA_Civ.sqf";
Expand Down

0 comments on commit bf3f3c5

Please sign in to comment.