Another place where we ignore a listener.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3811 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
package com.threerings.whirled.server;
|
package com.threerings.whirled.server;
|
||||||
|
|
||||||
import com.threerings.presents.data.ClientObject;
|
import com.threerings.presents.data.ClientObject;
|
||||||
|
import com.threerings.presents.data.InvocationMarshaller;
|
||||||
import com.threerings.presents.server.InvocationException;
|
import com.threerings.presents.server.InvocationException;
|
||||||
import com.threerings.presents.server.InvocationProvider;
|
import com.threerings.presents.server.InvocationProvider;
|
||||||
|
|
||||||
@@ -73,6 +74,8 @@ public class SceneProvider
|
|||||||
Log.info("Abandoning scene move, client gone " +
|
Log.info("Abandoning scene move, client gone " +
|
||||||
"[who=" + source.who() +
|
"[who=" + source.who() +
|
||||||
", dest=" + scmgr.where() + "].");
|
", dest=" + scmgr.where() + "].");
|
||||||
|
((InvocationMarshaller.ListenerMarshaller) listener).
|
||||||
|
setNoResponse();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
finishMoveToRequest(source, scmgr, sceneVer, listener);
|
finishMoveToRequest(source, scmgr, sceneVer, listener);
|
||||||
|
|||||||
Reference in New Issue
Block a user