diff --git a/plug.py b/plug.py index 01075644..6d688c7a 100644 --- a/plug.py +++ b/plug.py @@ -28,8 +28,8 @@ FlagsCargoScoopDeployed = 1<<9 FlagsSilentRunning = 1<<10 FlagsScoopingFuel = 1<<11 FlagsSrvHandbrake = 1<<12 -FlagsSrvTurret = 1<<13 -FlagsSrvUnderShip = 1<<14 +FlagsSrvTurret = 1<<13 # using turret view +FlagsSrvUnderShip = 1<<14 # turret retracted FlagsSrvDriveAssist = 1<<15 FlagsFsdMassLocked = 1<<16 FlagsFsdCharging = 1<<17