mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
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:
@@ -441,7 +441,6 @@ namespace OpenSim.Framework
|
||||
args["controllers"] = controls;
|
||||
}
|
||||
|
||||
|
||||
if ((CallbackURI != null) && (!CallbackURI.Equals("")))
|
||||
args["callback_uri"] = OSD.FromString(CallbackURI);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user