소스 검색

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.  
         # 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:
             usefirst = '?'
         if usefirst.upper()[0] != 'Y':