mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Hack in a crude temporary "estate show" command
This will show the estate for each region, along with that estate's id and the estate owner. This is temporary because the command output might change. This commit also converts the estate module from the old to the new region module format
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
public delegate void ChangeDelegate(UUID regionID);
|
||||
public delegate void MessageDelegate(UUID regionID, UUID fromID, string fromName, string message);
|
||||
|
||||
public interface IEstateModule : IRegionModule
|
||||
public interface IEstateModule
|
||||
{
|
||||
event ChangeDelegate OnRegionInfoChange;
|
||||
event ChangeDelegate OnEstateInfoChange;
|
||||
|
||||
Reference in New Issue
Block a user