Provide TableManager with its dependencies.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@633 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -35,7 +35,7 @@ public class TableLobbyManager extends LobbyManager
|
||||
{
|
||||
super.didStartup();
|
||||
// now that we have our place object, we can create our table manager
|
||||
_tmgr = new TableManager(getPlaceObject());
|
||||
_tmgr = new TableManager(_omgr, _invmgr, _registry, getPlaceObject());
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
|
||||
Reference in New Issue
Block a user