Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilia119 committed Nov 27, 2023
1 parent 3b12fe9 commit d27443d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _unit setVariable ["ACE_isEngineer", 1, true]; //Pionier 0=0, 1=EOD, 2=Pion
_unit setVariable ["ACE_medical_medicClass", 1]; //Medic 0=0, 1=Sani, 2=Arzt

//hint
systemChat "Tropentarn Ausrüstung: Breacher wurde geladen!";
systemChat "Flecktarn Ausrüstung: Breacher wurde geladen!";
[_unit] call Nilia_fnc_SetRank;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _unit setVariable ["ACE_isEngineer", 0, true]; //Pionier 0=0, 1=EOD, 2=Pion
_unit setVariable ["ACE_medical_medicClass", 1]; //Medic 0=0, 1=Sani, 2=Arzt

//hint
systemChat "Flecktarn Ausrüstung: Pionier geladen und Rechte (Sani) gesetzt!";
systemChat "Flecktarn Ausrüstung: Schütze-EH geladen und Rechte (Sani) gesetzt!";
[_unit] call Nilia_fnc_SetRank;

//"Exported from Arsenal by [OberstLt.] Nilia";
Expand Down

0 comments on commit d27443d

Please sign in to comment.