diff options
author | Justin Clark-Casey (justincc) | 2011-10-15 03:03:05 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-15 03:03:05 +0100 |
commit | ddf54b5537f2701deeb615ef8e1eeef20b746ea1 (patch) | |
tree | 96b274be466fda1c0056add9a66d6ea3715fdcd2 /OpenSim/Tests/Common/Helpers/SceneHelpers.cs | |
parent | fetch physical_prim switch from [Startup] config from inside scene, as is don... (diff) | |
download | opensim-SC_OLD-ddf54b5537f2701deeb615ef8e1eeef20b746ea1.zip opensim-SC_OLD-ddf54b5537f2701deeb615ef8e1eeef20b746ea1.tar.gz opensim-SC_OLD-ddf54b5537f2701deeb615ef8e1eeef20b746ea1.tar.bz2 opensim-SC_OLD-ddf54b5537f2701deeb615ef8e1eeef20b746ea1.tar.xz |
move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with the others
Diffstat (limited to 'OpenSim/Tests/Common/Helpers/SceneHelpers.cs')
-rw-r--r-- | OpenSim/Tests/Common/Helpers/SceneHelpers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs index c64270f..d358ae8 100644 --- a/OpenSim/Tests/Common/Helpers/SceneHelpers.cs +++ b/OpenSim/Tests/Common/Helpers/SceneHelpers.cs | |||
@@ -108,7 +108,7 @@ namespace OpenSim.Tests.Common | |||
108 | IConfigSource configSource = new IniConfigSource(); | 108 | IConfigSource configSource = new IniConfigSource(); |
109 | 109 | ||
110 | TestScene testScene = new TestScene( | 110 | TestScene testScene = new TestScene( |
111 | regInfo, acm, scs, simDataService, estateDataService, null, false, false, configSource, null); | 111 | regInfo, acm, scs, simDataService, estateDataService, null, false, configSource, null); |
112 | 112 | ||
113 | IRegionModule godsModule = new GodsModule(); | 113 | IRegionModule godsModule = new GodsModule(); |
114 | godsModule.Initialise(testScene, new IniConfigSource()); | 114 | godsModule.Initialise(testScene, new IniConfigSource()); |