mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
Fix new flags
This commit is contained in:
parent
00762b8cb0
commit
737b3b5b70
4
plug.py
4
plug.py
@ -42,8 +42,8 @@ FlagsBeingInterdicted = 1<<23
|
|||||||
FlagsInMainShip = 1<<24
|
FlagsInMainShip = 1<<24
|
||||||
FlagsInFighter = 1<<25
|
FlagsInFighter = 1<<25
|
||||||
FlagsInSRV = 1<<26
|
FlagsInSRV = 1<<26
|
||||||
FlagsAnalysisMode = 1<27 # Hud in Analysis mode
|
FlagsAnalysisMode = 1<<27 # Hud in Analysis mode
|
||||||
FlagsNightVision = 1<28
|
FlagsNightVision = 1<<28
|
||||||
|
|
||||||
# Dashboard GuiFocus constants
|
# Dashboard GuiFocus constants
|
||||||
GuiFocusNoFocus = 0
|
GuiFocusNoFocus = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user