SRS - port set not honored

This commit is contained in:
Applevangelist 2022-04-10 14:59:05 +02:00
parent 277409a807
commit bfc284994a

View File

@ -212,6 +212,7 @@ end
-- @return #MSRS self
function MSRS:SetPort(Port)
self.port=Port or 5002
return self
end
--- Get port.
@ -227,6 +228,7 @@ end
-- @return #MSRS self
function MSRS:SetCoalition(Coalition)
self.coalition=Coalition or 0
return self
end
--- Get coalition.