I swear I got all of these. This should really be the last one. :)

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@58 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-08-24 00:47:51 +00:00
parent 37dd31ad75
commit 86e594ed5e
@@ -21,6 +21,7 @@ import com.threerings.miso.util.MisoSceneMetrics;
import com.threerings.miso.util.MisoUtil; import com.threerings.miso.util.MisoUtil;
import com.threerings.crowd.data.BodyObject; import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.data.PlaceObject;
import com.threerings.presents.data.ClientObject; import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationException; import com.threerings.presents.server.InvocationException;
@@ -260,9 +261,9 @@ public class StageSceneManager extends SpotSceneManager
} }
// documentation inherited // documentation inherited
protected Class getPlaceObjectClass () protected PlaceObject createPlaceObject ()
{ {
return StageSceneObject.class; return new StageSceneObject();
} }
// documentation inherited // documentation inherited