mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
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:
committed by
Mat Sutcliffe
parent
b5a2f2ad13
commit
5062449ea9
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user