Procházet zdrojové kódy

Terror bug. (oops.)

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

+ 1 - 1
flexible.py

@@ -1752,7 +1752,7 @@ class ScriptTerror(object):
         usefirst = self.game.gamedata.get_config('Trade_UserFirst')
         if usefirst is None:
             usefirst = '?'
-        if userfirst.upper()[0] != 'Y':
+        if usefirst.upper()[0] != 'Y':
             self.queue_game.put(Boxes.alert("Sorry! You need to config Trade_UseFirst=Y", base="red"))
             self.deactivate()
             return