mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"
This reverts r9666. for some reason the mysql update does not work.
This commit is contained in:
@@ -102,6 +102,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
#region Fields
|
||||
|
||||
[XmlIgnore]
|
||||
public bool AllowedDrop = false;
|
||||
|
||||
[XmlIgnore]
|
||||
@@ -215,9 +216,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
private readonly UndoStack<UndoState> m_undo = new UndoStack<UndoState>(5);
|
||||
private UUID _creatorID;
|
||||
|
||||
|
||||
private bool m_passTouches = false;
|
||||
|
||||
/// <summary>
|
||||
/// Only used internally to schedule client updates.
|
||||
/// 0 - no update is scheduled
|
||||
@@ -433,17 +431,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
public bool PassTouches
|
||||
{
|
||||
get { return m_passTouches; }
|
||||
set
|
||||
{
|
||||
m_passTouches = value;
|
||||
if (ParentGroup != null)
|
||||
ParentGroup.HasGroupChanged = true;
|
||||
}
|
||||
}
|
||||
|
||||
public ulong RegionHandle
|
||||
{
|
||||
get { return m_regionHandle; }
|
||||
|
||||
Reference in New Issue
Block a user