mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
still not good, add more spaghetti
This commit is contained in:
@@ -1815,7 +1815,14 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
FinalizeLandPrimCountUpdate(); // update simarea information
|
||||
|
||||
lock (m_landList)
|
||||
{
|
||||
foreach(LandObject lo in m_landList.Values)
|
||||
lo.SendLandUpdateToAvatarsOverMe();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1825,7 +1832,6 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
|
||||
new_land.SetLandBitmapFromByteArray();
|
||||
AddLandObject(new_land);
|
||||
// new_land.SendLandUpdateToAvatarsOverMe();
|
||||
}
|
||||
|
||||
public void ReturnObjectsInParcel(int localID, uint returnType, UUID[] agentIDs, UUID[] taskIDs, IClientAPI remoteClient)
|
||||
|
||||
Reference in New Issue
Block a user