Added missing unhooking of ClientConnect in PlayerManager (bug 4749, r=fyren).

This commit is contained in:
Asher Baker
2010-12-31 20:02:41 -05:00
parent 9cc1497e9e
commit fae4127ddc
2 changed files with 9 additions and 7 deletions
+1
View File
@@ -197,6 +197,7 @@ private:
private:
List<IClientListener *> m_hooks;
IForward *m_clconnect;
IForward *m_clconnect_post;
IForward *m_cldisconnect;
IForward *m_cldisconnect_post;
IForward *m_clputinserver;