* 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:
Justin Clarke Casey
2008-05-22 00:18:33 +00:00
parent 9263f07d70
commit 2e758172f0
4 changed files with 9 additions and 9 deletions

View File

@@ -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, "")
{
}