Skip to content

Commit

Permalink
added MMG team module to zeus
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdatiger committed Dec 4, 2024
1 parent 2dca7a6 commit af968d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/zeusHC/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class CfgPatches {
QGVAR(east_manpad),
QGVAR(east_manpadTeam),
QGVAR(east_matTeam),
QGVAR(east_mmgTeam),
QGVAR(east_patrol),
QGVAR(east_fireteam),
QGVAR(east_squad),
Expand Down Expand Up @@ -73,6 +74,7 @@ class CfgPatches {
QGVAR(west_manpad),
QGVAR(west_manpadTeam),
QGVAR(west_matTeam),
QGVAR(west_mmgTeam),
QGVAR(west_patrol),
QGVAR(west_fireteam),
QGVAR(west_squad),
Expand Down Expand Up @@ -146,6 +148,7 @@ class CfgPatches {
QGVAR(ind_manpad),
QGVAR(ind_manpadTeam),
QGVAR(ind_matTeam),
QGVAR(ind_mmgTeam),
QGVAR(ind_patrol),
QGVAR(ind_fireteam),
QGVAR(ind_squad),
Expand Down

0 comments on commit af968d8

Please sign in to comment.