From dcf38d7a09b3c3302a59fa0cc734b9939b62c619 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 22 Oct 2001 23:56:42 +0000 Subject: [PATCH] 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 --- src/java/com/threerings/micasa/lobby/LobbyRegistry.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/micasa/lobby/LobbyRegistry.java b/src/java/com/threerings/micasa/lobby/LobbyRegistry.java index ccdcf8591..a9e68a46d 100644 --- a/src/java/com/threerings/micasa/lobby/LobbyRegistry.java +++ b/src/java/com/threerings/micasa/lobby/LobbyRegistry.java @@ -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) {