Have to pass a second arg to createPlace().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@522 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-22 23:56:42 +00:00
parent 395c8a2a19
commit dcf38d7a09
@@ -1,5 +1,5 @@
//
// $Id: LobbyRegistry.java,v 1.6 2001/10/11 04:13:33 mdb Exp $
// $Id: LobbyRegistry.java,v 1.7 2001/10/22 23:56:42 mdb Exp $
package com.threerings.micasa.lobby;
@@ -129,7 +129,7 @@ public class LobbyRegistry implements LobbyCodes
// lobbyReady() when it has obtained a reference to its lobby
// object and is ready to roll
LobbyManager lobmgr = (LobbyManager)
MiCasaServer.plreg.createPlace(config);
MiCasaServer.plreg.createPlace(config, null);
lobmgr.init(this, props);
} catch (Exception e) {