More spots, missed.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@57 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-08-24 00:28:04 +00:00
parent 54f0316691
commit 37dd31ad75
4 changed files with 11 additions and 8 deletions
@@ -33,6 +33,7 @@ import com.threerings.presents.dobj.DObject;
import com.threerings.presents.dobj.OidList;
import com.threerings.crowd.data.BodyObject;
import com.threerings.crowd.data.PlaceObject;
import com.threerings.crowd.server.CrowdServer;
import com.threerings.parlor.game.data.GameObject;
@@ -169,9 +170,9 @@ public abstract class PuzzleManager extends GameManager
}
// documentation inherited
protected Class getPlaceObjectClass ()
protected PlaceObject createPlaceObject ()
{
return PuzzleObject.class;
return new PuzzleObject();
}
// documentation inherited