aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-22 00:18:33 +0000
committerJustin Clarke Casey2008-05-22 00:18:33 +0000
commit2e758172f019e3dc7300b2167a652a54e9f0c436 (patch)
treeff35ade667b152f1a9f0377f920e7d49a3f02838 /OpenSim/Grid
parent* Send VersionInfo string instead of the hardcoded Scene string to the "About... (diff)
downloadopensim-SC_OLD-2e758172f019e3dc7300b2167a652a54e9f0c436.zip
opensim-SC_OLD-2e758172f019e3dc7300b2167a652a54e9f0c436.tar.gz
opensim-SC_OLD-2e758172f019e3dc7300b2167a652a54e9f0c436.tar.bz2
opensim-SC_OLD-2e758172f019e3dc7300b2167a652a54e9f0c436.tar.xz
* Fix circular dependency from last checkin by passing version as a parameter to Scene rather than referencing VersionInfo directly
* Butt ugly solution
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/ScriptServer/FakeScene.cs2
1 files changed, 1 insertions, 1 deletions
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
43 ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool sendTasksToChild, IConfigSource config) 43 ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool sendTasksToChild, IConfigSource config)
44 : base( 44 : base(
45 regInfo, authen, commsMan, sceneGridService, assetCach, storeManager, httpServer, 45 regInfo, authen, commsMan, sceneGridService, assetCach, storeManager, httpServer,
46 moduleLoader, dumpAssetsToFile, physicalPrim, sendTasksToChild, config) 46 moduleLoader, dumpAssetsToFile, physicalPrim, sendTasksToChild, config, "")
47 { 47 {
48 48
49 } 49 }