mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Fix circular dependency from last checkin by passing version as a parameter to Scene rather than referencing VersionInfo directly
* Butt ugly solution
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenSim.Grid.ScriptServer
|
||||
ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool sendTasksToChild, IConfigSource config)
|
||||
: base(
|
||||
regInfo, authen, commsMan, sceneGridService, assetCach, storeManager, httpServer,
|
||||
moduleLoader, dumpAssetsToFile, physicalPrim, sendTasksToChild, config)
|
||||
moduleLoader, dumpAssetsToFile, physicalPrim, sendTasksToChild, config, "")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user