Explorar el Código

This fixes bug when C->display cargo transport.

The ANSI starts with ": " which matches the
cimline trigger.
Steve Thielemann hace 5 años
padre
commit
809ed6e9aa
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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.