mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
*Refactor of the LandManagementModule that allows OpenSim to run without it
This commit is contained in:
@@ -601,7 +601,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
#endregion
|
||||
|
||||
public event PrimCountTaintedDelegate OnPrimCountTainted;
|
||||
|
||||
public string ToXmlString()
|
||||
{
|
||||
@@ -1067,18 +1066,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
#region Events
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public void TriggerTainted()
|
||||
{
|
||||
handlerPrimCountTainted = OnPrimCountTainted;
|
||||
if (handlerPrimCountTainted != null)
|
||||
{
|
||||
handlerPrimCountTainted();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Processes backup
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user