@@ -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