Skip to content

Commit

Permalink
[main] Fixed BLU_GEN_F / Gendarmarie faction mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisBrown723 committed Jul 14, 2016
1 parent dd919ac commit decaea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/main/static/CustomFactions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ BLU_G_F_typeMappings = [] call ALIVE_fnc_hashCreate;
BLU_GEN_F_mappings = [] call ALIVE_fnc_hashCreate;
[BLU_GEN_F_mappings, "Side", "WEST"] call ALIVE_fnc_hashSet;
[BLU_GEN_F_mappings, "GroupSideName", "WEST"] call ALIVE_fnc_hashSet;
[BLU_GEN_F_mappings, "FactionName", "Gendarmarie"] call ALIVE_fnc_hashSet;
[BLU_GEN_F_mappings, "GroupFactionName", "BLU_GEN_F"] call ALIVE_fnc_hashSet;
[BLU_GEN_F_mappings, "FactionName", "BLU_GEN_F"] call ALIVE_fnc_hashSet;
[BLU_GEN_F_mappings, "GroupFactionName", "Gendarmerie"] call ALIVE_fnc_hashSet;

BLU_GEN_F_typeMappings = [] call ALIVE_fnc_hashCreate;
[BLU_GEN_F_typeMappings, "Air", "Air"] call ALIVE_fnc_hashSet;
Expand All @@ -51,7 +51,7 @@ BLU_GEN_F_typeMappings = [] call ALIVE_fnc_hashCreate;
[BLU_GEN_F_typeMappings, "Support", "Support"] call ALIVE_fnc_hashSet;

[BLU_GEN_F_mappings, "GroupFactionTypes", BLU_GEN_F_typeMappings] call ALIVE_fnc_hashSet;
[ALIVE_factionCustomMappings, "Gendarmarie", BLU_GEN_F_mappings] call ALIVE_fnc_hashSet;
[ALIVE_factionCustomMappings, "BLU_GEN_F", BLU_GEN_F_mappings] call ALIVE_fnc_hashSet;
// ---------------------------------------------------------------------------------------------------------------------


Expand Down

0 comments on commit decaea5

Please sign in to comment.