From 653cf9847de1bee4767e75d267e7369cb4b1dcb7 Mon Sep 17 00:00:00 2001 From: eblade Date: Thu, 18 Dec 2008 20:38:43 -0500 Subject: [PATCH] allow position 8 in hud cache --- pyfpdb/fpdb_simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb_simple.py b/pyfpdb/fpdb_simple.py index ca7d6903..7029027e 100644 --- a/pyfpdb/fpdb_simple.py +++ b/pyfpdb/fpdb_simple.py @@ -2062,7 +2062,7 @@ sure to also change the following storage method and table_viewer.prepare_data i hudDataPositions.append('C') elif pos>=2 and pos<=4: hudDataPositions.append('M') - elif pos>=5 and pos<=7: + elif pos>=5 and pos<=8: hudDataPositions.append('E') ### RHH Added this elif to handle being a dead hand before the BB (pos==9) elif pos==9: