From 9f6b709f3c9f33651e31d8102f4f3cb0f5e0a0da Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Mon, 24 Sep 2007 11:23:01 +0000 Subject: * the worlds most insignificant commit --- OpenSim/Grid/GridServer/GridManager.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim/Grid/GridServer/GridManager.cs') diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 8e838d1..64e8e4b 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs @@ -162,13 +162,11 @@ namespace OpenSim.Grid.GridServer { Dictionary regions = new Dictionary(); - SimProfileData[] neighbours; - foreach (KeyValuePair kvp in _plugins) { try { - neighbours = kvp.Value.GetProfilesInRange(xmin, ymin, xmax, ymax); + SimProfileData[] neighbours = kvp.Value.GetProfilesInRange(xmin, ymin, xmax, ymax); foreach (SimProfileData neighbour in neighbours) { regions[neighbour.regionHandle] = neighbour; -- cgit v1.1