mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* 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.
This commit is contained in:
@@ -41,7 +41,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
#region Events
|
||||
|
||||
public event restart OnRestart;
|
||||
public event regionup OnRegionUp;
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -160,7 +159,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
}
|
||||
|
||||
|
||||
public abstract void OtherRegionUp(RegionInfo thisRegion);
|
||||
public abstract bool OtherRegionUp(RegionInfo thisRegion);
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user