mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Add a new accessor for the TerainModule : "HasChanged"
This commit is contained in:
@@ -93,6 +93,14 @@ namespace OpenSim.Region.CoreModules.World.Terrain
|
||||
get { return m_commander; }
|
||||
}
|
||||
|
||||
public bool HasChanged
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_tainted;
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region INonSharedRegionModule Members
|
||||
|
||||
Reference in New Issue
Block a user