[NEWIMPORT] Make hudcache rebuild only happen no call to hud

This commit is contained in:
Worros 2009-12-22 22:15:27 +08:00
parent 284693e95e
commit d8a87b92d4

View File

@ -449,7 +449,8 @@ class Importer:
else:
log.error("Hand processed but empty")
self.database.commit()
self.database.rebuild_hudcache()
if self.callHud:
self.database.rebuild_hudcache()
#pipe the Hands.id out to the HUD
for hid in to_hud: