diff options
author | Justin Clarke Casey | 2008-11-14 20:06:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-14 20:06:44 +0000 |
commit | 2bb4b45626322c3789fc56545c64f2f9aacdb6fb (patch) | |
tree | fe39575b5be48ab31b9ba6782739549f6829a8be /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | Mantis #2618 (diff) | |
download | opensim-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 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
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 | { |