From 42cc948cac864ca9d9589d14785bcdd18e3a2ec7 Mon Sep 17 00:00:00 2001 From: eblade Date: Tue, 10 Mar 2009 19:23:28 -0400 Subject: [PATCH] make sure we set self.hand in HUd create() as well as in update() --- pyfpdb/Hud.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/Hud.py b/pyfpdb/Hud.py index 22d9e7a3..279798c0 100644 --- a/pyfpdb/Hud.py +++ b/pyfpdb/Hud.py @@ -248,6 +248,7 @@ class Hud: # # this method also manages the creating and destruction of stat # windows via calls to the Stat_Window class + self.hand = hand if not self.mw_created: self.create_mw()