Merge branch 'FF/Ops' into FF/OpsDev

This commit is contained in:
Frank
2023-11-02 20:33:53 +01:00
10 changed files with 41 additions and 23 deletions

View File

@@ -2353,6 +2353,10 @@ function OPSGROUP:RadioTransmission(Text, Delay, SayCallsign, Frequency)
local freq, modu, radioon=self:GetRadio()
local coord = self:GetCoordinate()
self.msrs:SetCoordinate(coord)
if Frequency then
self.msrs:SetFrequencies(Frequency)
else