瀏覽代碼

Terror fix. ugh.

Steve Thielemann 5 年之前
父節點
當前提交
7742447551
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      flexible.py

+ 1 - 1
flexible.py

@@ -1749,7 +1749,7 @@ class ScriptTerror(object):
 
 
         # Verify that they have configured auto-port trading.  
         # Verify that they have configured auto-port trading.  
         # Otherwise, this doesn't work!
         # Otherwise, this doesn't work!
-        usefirst = self.game.gamedata.get_config('Trade_UserFirst')
+        usefirst = self.game.gamedata.get_config('Trade_UseFirst')
         if usefirst is None:
         if usefirst is None:
             usefirst = '?'
             usefirst = '?'
         if usefirst.upper()[0] != 'Y':
         if usefirst.upper()[0] != 'Y':