Fixed defaults for saveActions and fastStoreHudCache.

This commit is contained in:
Ray 2009-03-16 21:07:11 -04:00
parent bc2277af74
commit 067373b128

View File

@ -506,8 +506,8 @@ class Config:
imp['callFpdbHud'] = True
imp['interval'] = 10
imp['hhArchiveBase'] = "~/.fpdb/HandHistories/"
imp['saveActions'] = False
imp['fastStoreHudCache'] = False
imp['saveActions'] = True
imp['fastStoreHudCache'] = True
return imp
def get_default_paths(self, site = "PokerStars"):