diff options
author | Teravus Ovares | 2007-11-26 05:02:18 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-26 05:02:18 +0000 |
commit | 175b6115f19f9bad7c81fde625250b3a7f8a33f2 (patch) | |
tree | f907f3b409eca34017f6e18dcf4d644b623d0302 /OpenSim/Region/Environment/Scenes/SceneBase.cs | |
parent | Added Region name to the terrain texture description that gets sent to the as... (diff) | |
download | opensim-SC_OLD-175b6115f19f9bad7c81fde625250b3a7f8a33f2.zip opensim-SC_OLD-175b6115f19f9bad7c81fde625250b3a7f8a33f2.tar.gz opensim-SC_OLD-175b6115f19f9bad7c81fde625250b3a7f8a33f2.tar.bz2 opensim-SC_OLD-175b6115f19f9bad7c81fde625250b3a7f8a33f2.tar.xz |
* Restarting regions with the estate tools works in sandbox mode. I'm still working on grid mode, however. It doesn't break anything, but that feature doesn't work in grid mode yet either.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneBase.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneBase.cs b/OpenSim/Region/Environment/Scenes/SceneBase.cs index 4359374..2db3bdc 100644 --- a/OpenSim/Region/Environment/Scenes/SceneBase.cs +++ b/OpenSim/Region/Environment/Scenes/SceneBase.cs | |||
@@ -41,7 +41,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
41 | #region Events | 41 | #region Events |
42 | 42 | ||
43 | public event restart OnRestart; | 43 | public event restart OnRestart; |
44 | public event regionup OnRegionUp; | ||
45 | 44 | ||
46 | #endregion | 45 | #endregion |
47 | 46 | ||
@@ -160,7 +159,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
160 | } | 159 | } |
161 | 160 | ||
162 | 161 | ||
163 | public abstract void OtherRegionUp(RegionInfo thisRegion); | 162 | public abstract bool OtherRegionUp(RegionInfo thisRegion); |
164 | 163 | ||
165 | 164 | ||
166 | #endregion | 165 | #endregion |