mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Formatting cleanup.
This commit is contained in:
@@ -452,7 +452,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
d);
|
||||
}
|
||||
|
||||
public delegate void SendCloseChildAgentDelegate( LLUUID agentID, List<ulong> regionlst);
|
||||
public delegate void SendCloseChildAgentDelegate(LLUUID agentID, List<ulong> regionlst);
|
||||
|
||||
/// <summary>
|
||||
/// This Closes child agents on neighboring regions
|
||||
@@ -568,7 +568,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
// assume local regions are always up
|
||||
destRegionUp = true;
|
||||
}
|
||||
if(destRegionUp)
|
||||
|
||||
if (destRegionUp)
|
||||
{
|
||||
avatar.Close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user