Marking another invocation listener where we don't care there's no response.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3860 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
package com.threerings.whirled.zone.server;
|
package com.threerings.whirled.zone.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;
|
||||||
|
|
||||||
@@ -158,6 +159,8 @@ public class ZoneProvider
|
|||||||
Log.info("Abandoning zone move, client gone " +
|
Log.info("Abandoning zone move, client gone " +
|
||||||
"[who=" + fsource.who() +
|
"[who=" + fsource.who() +
|
||||||
", dest=" + scmgr.where() + "].");
|
", dest=" + scmgr.where() + "].");
|
||||||
|
// No one to respond to, just mark that we're okay with it.
|
||||||
|
InvocationMarshaller.setNoResponse(flistener);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
finishMoveTo(fsource, fsum, scmgr, fsceneVer, flistener);
|
finishMoveTo(fsource, fsum, scmgr, fsceneVer, flistener);
|
||||||
|
|||||||
Reference in New Issue
Block a user