浏览代码

Terror bug. (oops.)

Steve Thielemann 5 年之前
父节点
当前提交
2868ef03ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  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