From 2e758172f019e3dc7300b2167a652a54e9f0c436 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 22 May 2008 00:18:33 +0000 Subject: * Fix circular dependency from last checkin by passing version as a parameter to Scene rather than referencing VersionInfo directly * Butt ugly solution --- OpenSim/Grid/ScriptServer/FakeScene.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Grid/ScriptServer') diff --git a/OpenSim/Grid/ScriptServer/FakeScene.cs b/OpenSim/Grid/ScriptServer/FakeScene.cs index 3dbb61a..89e7efb 100644 --- a/OpenSim/Grid/ScriptServer/FakeScene.cs +++ b/OpenSim/Grid/ScriptServer/FakeScene.cs @@ -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, "") { } -- cgit v1.1