mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* Optimized usings
* shortened references * Removed redundant 'this' * Normalized EOF
This commit is contained in:
@@ -179,7 +179,8 @@ namespace SimpleApp
|
||||
PermissionManager permissionManager = new PermissionManager();
|
||||
SceneCommunicationService sceneGridService = new SceneCommunicationService(m_commsManager);
|
||||
return
|
||||
new MyWorld(regionInfo, circuitManager, permissionManager, m_commsManager, sceneGridService, m_assetCache, storageManager, m_httpServer,
|
||||
new MyWorld(regionInfo, circuitManager, permissionManager, m_commsManager, sceneGridService,
|
||||
m_assetCache, storageManager, m_httpServer,
|
||||
new ModuleLoader(m_log, m_config), true, false);
|
||||
}
|
||||
|
||||
@@ -214,4 +215,4 @@ namespace SimpleApp
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user