diff --git "a/loadouts/germany/loadouts/deu_2024_j\303\244ger_flecktarn_v5.sqf" "b/loadouts/germany/loadouts/deu_2024_j\303\244ger_flecktarn_v5.sqf" index da25b2f..dbcd662 100644 --- "a/loadouts/germany/loadouts/deu_2024_j\303\244ger_flecktarn_v5.sqf" +++ "b/loadouts/germany/loadouts/deu_2024_j\303\244ger_flecktarn_v5.sqf" @@ -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"]; @@ -141,4 +141,4 @@ if (_condition && _role in ["RFL"]) then { (_availableWeapons + _defWeapons), (_availableItems + _defItems) ] -]; \ No newline at end of file +];