Skip to content

Commit

Permalink
Fix - wrong role variable for RTO role
Browse files Browse the repository at this point in the history
  • Loading branch information
PervonHarke authored Feb 23, 2024
1 parent fb8bc2f commit 0f069bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loadouts/germany/loadouts/deu_2024_jäger_flecktarn_v5.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if (_condition && _role in ["GRD"]) then {
};

/* Radio Operator SEM70 */
if (_condition && _role in ["RFL"]) then {
if (_condition && _role in ["RTO"]) then {
_availableUniforms = [];
_availableWeapons = ["BWA3_G36A2"];
_availableAttachments = ["BWA3_optic_RSAS", "BWA3_acc_LLM01_irlaser"];
Expand Down Expand Up @@ -141,4 +141,4 @@ if (_condition && _role in ["RFL"]) then {
(_availableWeapons + _defWeapons),
(_availableItems + _defItems)
]
];
];

0 comments on commit 0f069bd

Please sign in to comment.