[NEWIMPORT] Rebuild hudcache after hand is committed

This commit is contained in:
Worros 2009-12-22 22:02:36 +08:00
parent 4d8d678d64
commit 284693e95e

View File

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