From e6a88e722531300faf71448d19dc06d828a8cce0 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Sun, 28 Oct 2018 18:26:47 +0000 Subject: [PATCH] Document turret flags --- plug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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