minor: remove warning
parent
76b21860e9
commit
46d64da830
|
@ -588,10 +588,9 @@ namespace OpenSim.Region.CoreModules.World.Land
|
|||
RegionConnections connectiondata, ScenePresence rootPresence)
|
||||
{
|
||||
RegionData[] rdata = connectiondata.ConnectedRegions.ToArray();
|
||||
List<IClientAPI> clients = new List<IClientAPI>();
|
||||
//List<IClientAPI> clients = new List<IClientAPI>();
|
||||
Dictionary<Vector2, RegionCourseLocationStruct> updates = new Dictionary<Vector2, RegionCourseLocationStruct>();
|
||||
|
||||
|
||||
// Root Region entry
|
||||
RegionCourseLocationStruct rootupdatedata = new RegionCourseLocationStruct();
|
||||
rootupdatedata.Locations = new List<Vector3>();
|
||||
|
|
Loading…
Reference in New Issue