Increase Observer range to 300 nm

According to CoC C8, OBS stations are allowed to have up to  300 nm
maximum range.
ref T724
This commit is contained in:
Roland Rossgotterer
2019-09-18 15:26:47 +02:00
committed by Mat Sutcliffe
parent b5a2f2ad13
commit 5062449ea9

View File

@@ -328,7 +328,7 @@ namespace BlackCore
void FSDClient::sendAtcDataUpdate(double latitude, double longitude)
{
AtcDataUpdate atcDataUpdate(m_ownCallsign.asString(), 199998, CFacilityType::OBS, 10, AtcRating::Observer, latitude, longitude, 0);
AtcDataUpdate atcDataUpdate(m_ownCallsign.asString(), 199998, CFacilityType::OBS, 300, AtcRating::Observer, latitude, longitude, 0);
sendMessage(atcDataUpdate);
}