Don't need dobjmgr in BodyProvider's constructor.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1882 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: CrowdServer.java,v 1.16 2002/11/01 00:39:18 shaper Exp $
|
// $Id: CrowdServer.java,v 1.17 2002/11/01 21:33:49 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.crowd.server;
|
package com.threerings.crowd.server;
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ public class CrowdServer extends PresentsServer
|
|||||||
actrl = createAccessControl();
|
actrl = createAccessControl();
|
||||||
|
|
||||||
// initialize the body services
|
// initialize the body services
|
||||||
BodyProvider.init(invmgr, omgr);
|
BodyProvider.init(invmgr);
|
||||||
|
|
||||||
// initialize the chat services
|
// initialize the chat services
|
||||||
ChatProvider.init(invmgr, omgr);
|
ChatProvider.init(invmgr, omgr);
|
||||||
|
|||||||
Reference in New Issue
Block a user