Skip to content

Commit

Permalink
Add civilian side to 3den module
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Nov 4, 2024
1 parent e2e5e42 commit e0cb717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/respawn/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ class CfgVehicles {
name = "$STR_A3_CfgGroups_Indep0";
value = 2;
};
class CIVILIAN {
name = "$STR_Civilian";
value = 2;
};
};
};

Expand Down

0 comments on commit e0cb717

Please sign in to comment.