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