Need to do that before we clear out _userFuncs.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@457 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-10-18 00:59:43 +00:00
parent 60b3eabc16
commit 2736d652e3
@@ -128,8 +128,8 @@ public class GameControlBackend
_ezObj.removeListener(this);
_ctx.getChatDirector().removeChatDisplay(this);
_ctx.getClient().getClientObject().removeListener(_userListener);
_userFuncs = null; // disconnect
callUserCode("connectionClosed_v1");
_userFuncs = null; // disconnect
}
/**