We register as a client observer when we start up; we need to remove ourselves

when we shut down.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6536 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2011-03-15 23:48:36 +00:00
parent a1398a7d65
commit 03e58a28e1
@@ -82,6 +82,7 @@ public class MuteDirector extends BasicDirector
_chatdir.removeChatFilter(this); _chatdir.removeChatFilter(this);
_chatdir = null; _chatdir = null;
} }
_ctx.getClient().removeClientObserver(this);
} }
/** /**