mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Refactor: Break out permissions code into a separate region PermissionsModule
This commit is contained in:
@@ -36,12 +36,12 @@ namespace OpenSim.Grid.ScriptServer
|
||||
{
|
||||
public class FakeScene: Scene
|
||||
{
|
||||
public FakeScene(RegionInfo regInfo, AgentCircuitManager authen, PermissionManager permissionManager,
|
||||
public FakeScene(RegionInfo regInfo, AgentCircuitManager authen,
|
||||
CommunicationsManager commsMan, SceneCommunicationService sceneGridService,
|
||||
AssetCache assetCach, StorageManager storeManager, BaseHttpServer httpServer,
|
||||
ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool sendTasksToChild)
|
||||
: base(
|
||||
regInfo, authen, permissionManager, commsMan, sceneGridService, assetCach, storeManager, httpServer,
|
||||
regInfo, authen, commsMan, sceneGridService, assetCach, storeManager, httpServer,
|
||||
moduleLoader, dumpAssetsToFile, physicalPrim, sendTasksToChild)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user