ソースを参照

This fixes bug when C->display cargo transport.

The ANSI starts with ": " which matches the
cimline trigger.
Steve Thielemann 5 年 前
コミット
809ed6e9aa
1 ファイル変更2 行追加1 行削除
  1. 2 1
      proxy.py

+ 2 - 1
proxy.py

@@ -305,7 +305,8 @@ class Game(protocol.Protocol):
                 else:
                     self.linestate = "warpcim"
                 self.cimline(line)
-        elif line.startswith(": "):
+        # elif line.startswith(": "):
+        elif line == ": ":
             self.linestate = "cim"
         elif line.startswith("Sector  : "):
             # Sector  : 2565 in uncharted space.