From 2736d652e355a562f59b3c67810bbd54980f50f4 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 18 Oct 2007 00:59:43 +0000 Subject: [PATCH] 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 --- src/as/com/threerings/ezgame/client/GameControlBackend.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/ezgame/client/GameControlBackend.as b/src/as/com/threerings/ezgame/client/GameControlBackend.as index 88218549..1f3ccfd3 100644 --- a/src/as/com/threerings/ezgame/client/GameControlBackend.as +++ b/src/as/com/threerings/ezgame/client/GameControlBackend.as @@ -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 } /**