mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
mantis 8253: don't let attachments delete remove controls from viewers on crossings.
This commit is contained in:
@@ -2288,13 +2288,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
if(gotCrossUpdate)
|
||||
{
|
||||
if(IgnoredControls != ScriptControlled.CONTROL_ZERO)
|
||||
ControllingClient.SendTakeControls((int)IgnoredControls, false, true);
|
||||
|
||||
}
|
||||
|
||||
m_log.DebugFormat("[CompleteMovement] attachments: {0}ms", Util.EnvironmentTickCountSubtract(ts));
|
||||
if (openChildAgents)
|
||||
{
|
||||
@@ -5685,7 +5678,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
IgnoredControls = ScriptControlled.CONTROL_ZERO;
|
||||
obj.eventControls = (ScriptControlled)controls;
|
||||
obj.ignoreControls = ScriptControlled.CONTROL_ZERO;
|
||||
}
|
||||
|
||||
lock (scriptedcontrols)
|
||||
@@ -5801,7 +5793,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
if (scriptedcontrols.TryGetValue(Script_item_UUID, out takecontrols))
|
||||
{
|
||||
ScriptControlled sctc = takecontrols.eventControls;
|
||||
ScriptControlled sctc = takecontrols.eventControls;
|
||||
|
||||
ControllingClient.SendTakeControls((int)sctc, false, false);
|
||||
ControllingClient.SendTakeControls((int)sctc, true, false);
|
||||
|
||||
Reference in New Issue
Block a user