mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Issue #94 Add server capability flag for VISUPDATE
This commit is contained in:
@@ -166,11 +166,14 @@ namespace BlackCore::Fsd
|
||||
/*! Can send/receive fast position updates (pilot only). */
|
||||
FastPos = (1 << 6),
|
||||
|
||||
/*! Can send/receive visual position updates (pilot only). */
|
||||
VisPos = (1 << 7),
|
||||
|
||||
/*! Stealth mode */
|
||||
Stealth = (1 << 7),
|
||||
Stealth = (1 << 8),
|
||||
|
||||
/*! Aircraft Config */
|
||||
AircraftConfig = (1 << 8)
|
||||
AircraftConfig = (1 << 9)
|
||||
};
|
||||
|
||||
//! Operators
|
||||
|
||||
Reference in New Issue
Block a user