Explorar o código

Terror fix. ugh.

Steve Thielemann %!s(int64=5) %!d(string=hai) anos
pai
achega
7742447551
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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':