Have to pass second argument to createPlace().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@519 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: SceneRegistry.java,v 1.5 2001/10/11 04:07:54 mdb Exp $
|
// $Id: SceneRegistry.java,v 1.6 2001/10/22 23:55:39 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.whirled.server;
|
package com.threerings.whirled.server;
|
||||||
|
|
||||||
@@ -161,7 +161,7 @@ public class SceneRegistry
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
SceneManager scmgr = (SceneManager)
|
SceneManager scmgr = (SceneManager)
|
||||||
CrowdServer.plreg.createPlace(scene.getPlaceConfig());
|
CrowdServer.plreg.createPlace(scene.getPlaceConfig(), null);
|
||||||
|
|
||||||
// configure the scene manager with references to useful
|
// configure the scene manager with references to useful
|
||||||
// stuff; we'll somehow need to convey configuration
|
// stuff; we'll somehow need to convey configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user