mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
This commit is contained in:
@@ -222,8 +222,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
foreach (ulong handle in regionslst)
|
||||
{
|
||||
ulong handleCopy = handle;
|
||||
SendCloseChildAgentDelegate d = SendCloseChildAgentAsync;
|
||||
d.BeginInvoke(agentID, handle,
|
||||
d.BeginInvoke(agentID, handleCopy,
|
||||
SendCloseChildAgentCompleted,
|
||||
d);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user