Pārlūkot izejas kodu

This fixes bug when C->display cargo transport.

The ANSI starts with ": " which matches the
cimline trigger.
Steve Thielemann 5 gadi atpakaļ
vecāks
revīzija
809ed6e9aa
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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.