This needs to come back to make a whole bunch of Game Gardens games work.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5443 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-10-14 21:32:54 +00:00
parent 24b5b905e1
commit ccba68ab36
@@ -107,6 +107,10 @@ public class PresentsServer
}
}
/** Legacy static reference to the main distributed object manager. Don't use this. If you're
* writing a game, use {@link PlaceManager#_omgr}. */
@Deprecated public static RootDObjectManager omgr;
/**
* Initializes all of the server services and prepares for operation.
*/
@@ -129,6 +133,9 @@ public class PresentsServer
injector.getInstance(NativeSignalHandler.class).init();
}
// initialize our deprecated legacy static references
omgr = _omgr;
// configure the dobject manager with our access controller
_omgr.setDefaultAccessController(createDefaultObjectAccessController());