lock attachments when enumerating through them in ScenePresence.CopyTo().

May have some effect on http://opensimulator.org/mantis/view.php?id=5644
This commit is contained in:
Justin Clark-Casey (justincc)
2011-09-10 01:09:17 +01:00
parent 9c32b131fd
commit 728fd0b1b8
2 changed files with 22 additions and 19 deletions

View File

@@ -441,7 +441,6 @@ namespace OpenSim.Framework
args["controllers"] = controls;
}
if ((CallbackURI != null) && (!CallbackURI.Equals("")))
args["callback_uri"] = OSD.FromString(CallbackURI);