Oh the price we pay for wanting to be able to logoff and log back on

without exiting the client.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1843 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-27 21:24:58 +00:00
parent 14a313486b
commit 6781e1da56
4 changed files with 51 additions and 18 deletions
@@ -1,5 +1,5 @@
//
// $Id: ZoneDirector.java,v 1.9 2002/08/14 19:07:58 mdb Exp $
// $Id: ZoneDirector.java,v 1.10 2002/10/27 21:24:58 mdb Exp $
package com.threerings.whirled.zone.client;
@@ -128,6 +128,16 @@ public class ZoneDirector extends BasicDirector
_zservice = (ZoneService)client.requireService(ZoneService.class);
}
// documentation inherited
public void clientDidLogoff (Client client)
{
super.clientDidLogoff(client);
// clear out our business
_zservice = null;
_summary = null;
}
/**
* Called in response to a successful {@link ZoneService#moveTo}
* request.