aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-14 20:06:44 +0000
committerJustin Clarke Casey2008-11-14 20:06:44 +0000
commit2bb4b45626322c3789fc56545c64f2f9aacdb6fb (patch)
treefe39575b5be48ab31b9ba6782739549f6829a8be /OpenSim/Region/Environment/Scenes/Scene.cs
parentMantis #2618 (diff)
downloadopensim-SC_OLD-2bb4b45626322c3789fc56545c64f2f9aacdb6fb.zip
opensim-SC_OLD-2bb4b45626322c3789fc56545c64f2f9aacdb6fb.tar.gz
opensim-SC_OLD-2bb4b45626322c3789fc56545c64f2f9aacdb6fb.tar.bz2
opensim-SC_OLD-2bb4b45626322c3789fc56545c64f2f9aacdb6fb.tar.xz
* Move test scene construction infrastructure methods to a separate class for future common use
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 71acc9f..f606018 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -2695,7 +2695,7 @@ namespace OpenSim.Region.Environment.Scenes
2695 } 2695 }
2696 2696
2697 /// <summary> 2697 /// <summary>
2698 /// 2698 /// Deregister this scene from receiving incoming region events
2699 /// </summary> 2699 /// </summary>
2700 public void UnRegisterRegionWithComms() 2700 public void UnRegisterRegionWithComms()
2701 { 2701 {