* the worlds most insignificant commit
parent
f076c71936
commit
9f6b709f3c
|
@ -162,13 +162,11 @@ namespace OpenSim.Grid.GridServer
|
|||
{
|
||||
Dictionary<ulong, SimProfileData> regions = new Dictionary<ulong, SimProfileData>();
|
||||
|
||||
SimProfileData[] neighbours;
|
||||
|
||||
foreach (KeyValuePair<string, IGridData> 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;
|
||||
|
|
|
@ -429,6 +429,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
// Console.WriteLine("DEBUG: HandleAgentUpdate: null PhysicsActor!");
|
||||
return;
|
||||
}
|
||||
|
||||
int i = 0;
|
||||
bool update_movementflag = false;
|
||||
bool update_rotation = false;
|
||||
|
|
Loading…
Reference in New Issue