Need to let the PlaceRegistry know that we want a GameObject, not just a

PlaceObject.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@387 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-10-03 03:44:27 +00:00
parent 4450d47d16
commit 882b2b79e2
@@ -1,5 +1,5 @@
//
// $Id: GameManager.java,v 1.2 2001/10/02 21:52:33 mdb Exp $
// $Id: GameManager.java,v 1.3 2001/10/03 03:44:27 mdb Exp $
package com.threerings.parlor.server;
@@ -7,6 +7,7 @@ import com.threerings.cocktail.party.data.BodyObject;
import com.threerings.cocktail.party.server.PlaceManager;
import com.threerings.cocktail.party.server.PartyServer;
import com.threerings.parlor.Log;
import com.threerings.parlor.client.ParlorCodes;
import com.threerings.parlor.data.GameConfig;
import com.threerings.parlor.data.GameObject;
@@ -39,6 +40,11 @@ public class GameManager
_players = players;
}
protected Class getPlaceObjectClass ()
{
return GameObject.class;
}
// documentation inherited
protected void didStartup ()
{