Skip to content

Commit

Permalink
additional fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntematonjr committed Mar 20, 2022
1 parent 18fa4ef commit 6086585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addons/Radiochannels/functions/fnc_setSRchannel.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ switch (_mode) do {
if (toLower call TFAR_fnc_activeSwRadio select [0,11] in ["tf_rf7800st","tf_anprc154","tf_pnr1000a"]) exitWith { [parseText "Your SR radio does not support additional", 7] call TFAR_fnc_showHint;};
private _debugText = format ["set mode: SR additonal: %1, %2, %3", _channel - 1, _frequency, _isLR];
LOG(_debugText);
if (_channel > 7 && !_isLR) then {
_channel = 7;
if (_channel > 6 && !_isLR) then {
_channel = 8;
};

if (_isLR) then {
Expand Down
4 changes: 2 additions & 2 deletions addons/Radiochannels/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define MAJOR 1
#define MINOR 0
#define PATCHLVL 7
#define BUILD 14022022
#define PATCHLVL 8
#define BUILD 20032022

#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
Expand Down

0 comments on commit 6086585

Please sign in to comment.