Another silly screw up.

This commit is contained in:
Ray 2009-03-18 11:37:36 -04:00
parent e485a9c035
commit e67f715f27

View File

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