Clear out our speak service registration when the place object goes away.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1725 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: PlaceManager.java,v 1.35 2002/09/13 05:11:59 mdb Exp $
|
||||
// $Id: PlaceManager.java,v 1.36 2002/09/20 04:53:14 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
@@ -218,6 +218,9 @@ public class PlaceManager
|
||||
{
|
||||
// destroy the object and everything will follow from that
|
||||
CrowdServer.omgr.destroyObject(_plobj.getOid());
|
||||
|
||||
// clear out our services
|
||||
_invmgr.clearDispatcher(_plobj.speakService);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user