Skip to content

Commit

Permalink
Fix: hide unnecessary soldiers (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplicitDeny authored Sep 11, 2022
1 parent 327677c commit 9947f23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/gsri_uniforms/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class CfgVehicles {
respawnMagazines[] = {};
items[] = {};
respawnItems[] = {};
scope=1;
};
class GSRI_uniform_raised_collar_U: GSRI_uniform_U {
modelsides[]={3,2,1,0};
Expand Down Expand Up @@ -89,6 +90,7 @@ class CfgVehicles {
respawnMagazines[] = {};
items[] = {};
respawnItems[] = {};
scope=1;
};
class GSRI_gorka_green_U: B_Soldier_F {
faction="BLU_F";
Expand All @@ -107,6 +109,7 @@ class CfgVehicles {
respawnMagazines[] = {};
items[] = {};
respawnItems[] = {};
scope=1;
};

};
Expand Down

0 comments on commit 9947f23

Please sign in to comment.