Procházet zdrojové kódy

Maybe cycle will work a little better with warps now.

root před 5 roky
rodič
revize
a6235d2b9d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      flexible.py

+ 1 - 1
flexible.py

@@ -275,7 +275,7 @@ class CIMWarpReport(object):
 
         # This should be the CIM Report Data -- parse it
         if self.warpcycle:
-            if len(self.game.gamedata.warp) % 10 == 0:
+            if len(self.game.gamedata.warps) % 10 == 0:
                 self.queue_game.put("\b" + next(self.warpcycle))
 
         work = line.strip()