For now, just head directly to the game room when we are notified that our

game is ready.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@424 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-09 20:20:52 +00:00
parent c69b6a2a32
commit 05d2d84353
@@ -1,5 +1,5 @@
//
// $Id: ParlorDirector.java,v 1.8 2001/10/06 00:25:29 mdb Exp $
// $Id: ParlorDirector.java,v 1.9 2001/10/09 20:20:52 mdb Exp $
package com.threerings.parlor.client;
@@ -195,6 +195,9 @@ public class ParlorDirector
public void handleGameReadyNotification (int gameOid)
{
Log.info("Handling game ready [goid=" + gameOid + "].");
// go there
_ctx.getLocationDirector().moveTo(gameOid);
}
/**