From e67f715f27a07c23187906daad851fdf31eeed9c Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 18 Mar 2009 11:37:36 -0400 Subject: [PATCH] Another silly screw up. --- pyfpdb/Configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index 05e29a62..c113f9db 100755 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -208,7 +208,7 @@ class Import: if node.hasAttribute("saveActions"): self.saveActions = node.getAttribute("saveActions") else: - self.saveActions = False + self.saveActions = True if node.hasAttribute("fastStoreHudCache"): self.fastStoreHudCache = node.getAttribute("fastStoreHudCache") else: