Skip to content

Commit

Permalink
Fixed forced Seat
Browse files Browse the repository at this point in the history
  • Loading branch information
ciribob committed May 3, 2024
1 parent ec40bb1 commit 2141bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2523,7 +2523,7 @@ function SR.exportRadioOH6A(_data)
local _seat = SR.lastKnownSeat --get_param_handle("SEAT"):get()
local _hotMic = 0
local _selector = 0
_seat =1

if _seat == 0 then

if SR.getButtonPosition(352) > 0.5 then
Expand Down

0 comments on commit 2141bcc

Please sign in to comment.