Переглянути джерело

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.