[NEWIMPORT] updateHudCache update.

Fix a couple of bugs:
    position != 2 its = 'M'
    actually commit changes to hud
This commit is contained in:
Worros
2009-12-24 01:12:39 +08:00
parent a0475aa4db
commit 0adf0a7b18
2 changed files with 9 additions and 6 deletions
+1
View File
@@ -452,6 +452,7 @@ class Importer:
# FIXME: Need to test for bulk import that isn't rebuilding the cache
if self.callHud:
hand.updateHudCache(self.database)
self.database.commit()
#pipe the Hands.id out to the HUD
for hid in to_hud: