Skip to content

Commit

Permalink
Fixed issues were loadout and unit were pased to the unit variable on…
Browse files Browse the repository at this point in the history
… S3 loadouts.
  • Loading branch information
AndreasBrostrom authored Nov 7, 2023
1 parent a9130e0 commit 20491bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cScripts/Loadouts/CfgLoadouts_Special.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class S3_Base: Cav_B_Seventh_Cavalry_Base_F {
company = "";

insignia = "specialized_s3";
preLoadout = "this setVariable ['cScripts_Player_Unit', 'S3'];";
preLoadout = "this#0 setVariable ['cScripts_Player_Unit', 'S3'];";
postLoadout = "";
};

Expand All @@ -20,8 +20,6 @@ class S3_3 : S3_Base { scope = 1; };
class S3_4 : S3_Base { scope = 1; };
class S3_5 : S3_Base { scope = 1; };
class S3_6 : S3_Base { scope = 1; };
class S3_7 : S3_Base { scope = 1; };
class S3_8 : S3_Base { scope = 1; };

class S3_1_1 : S3_Base { scope = 1; };
class S3_2_1 : S3_Base { scope = 1; };
Expand All @@ -35,4 +33,4 @@ class S3_2_2 : S3_Base { scope = 1; };
class S3_3_2 : S3_Base { scope = 1; };
class S3_4_2 : S3_Base { scope = 1; };
class S3_5_2 : S3_Base { scope = 1; };
class S3_6_2 : S3_Base { scope = 1; };
class S3_6_2 : S3_Base { scope = 1; };

0 comments on commit 20491bb

Please sign in to comment.