Selaa lähdekoodia

ColoScript bug where you ask for 0 turns and it goes inf

david 5 vuotta sitten
vanhempi
commit
6e0ab67399
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      flexible.py

+ 2 - 0
flexible.py

@@ -2584,6 +2584,8 @@ class ColoScript(object):
             self.deactivate()
         else:
             self.loops = int(choice)
+            if self.loops == 0:
+                self.deactivate()
             self.maxloops = self.loops
             self.state = 4
             self.send2game("1\r")