diff options
author | Teravus Ovares | 2008-01-04 02:24:05 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-04 02:24:05 +0000 |
commit | 960b7e93b1fd48f240a11343716dc0be7e7b782d (patch) | |
tree | bfea99b29cc98b8420cf3847f23ae692a29c4a05 /OpenSim/Region/Environment/Scenes/SceneBase.cs | |
parent | * Fixing a the time clock issue on Sim Restart messages. See Mantis 287 (diff) | |
download | opensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.zip opensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.tar.gz opensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.tar.bz2 opensim-SC_OLD-960b7e93b1fd48f240a11343716dc0be7e7b782d.tar.xz |
* Added the ability for estate managers to use the magic secondlife blue card of death to send out region and estate messages.
* Switched over Region Restart notices to the magic secondlife blue card of death method.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneBase.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneBase.cs b/OpenSim/Region/Environment/Scenes/SceneBase.cs index fe8f8da..bf8bedc 100644 --- a/OpenSim/Region/Environment/Scenes/SceneBase.cs +++ b/OpenSim/Region/Environment/Scenes/SceneBase.cs | |||
@@ -157,7 +157,10 @@ namespace OpenSim.Region.Environment.Scenes | |||
157 | OnRestart(RegionInfo); | 157 | OnRestart(RegionInfo); |
158 | } | 158 | } |
159 | 159 | ||
160 | 160 | public virtual bool PresenceChildStatus(LLUUID avatarID) | |
161 | { | ||
162 | return false; | ||
163 | } | ||
161 | public abstract bool OtherRegionUp(RegionInfo thisRegion); | 164 | public abstract bool OtherRegionUp(RegionInfo thisRegion); |
162 | 165 | ||
163 | #endregion | 166 | #endregion |