slotUI/SlotCli.py

changeset 104
95b2c23cb973
parent 103
52fd4283cd2c
child 106
11fabe1f7c40
--- a/slotUI/SlotCli.py	Sun Oct 28 16:18:53 2012 +0100
+++ b/slotUI/SlotCli.py	Sun Oct 28 17:41:10 2012 +0100
@@ -462,7 +462,7 @@
                             if (status == 5):
                                 self.slot[slot]["status"] = "PITLANE"
                                 trigger_sound("pitlane_enter")
-                            if (status == 6):
+                            if (status == 7):
                                 self.slot[slot]["status"] = "IN-RACE"
                                 trigger_sound("pitlane_exit")
 

mercurial