* Added a try/catch handler around childdataupdates because the enumeration is prone to modification when logging on. These can be safely ignored because the data gets old fast and new ones get generated somewhat quickly.

This commit is contained in:
Teravus Ovares
2008-01-26 17:00:35 +00:00
parent f0d6f89c2c
commit 58106926bb
2 changed files with 18 additions and 10 deletions

View File

@@ -2678,6 +2678,7 @@ namespace OpenSim.Region.ClientStack
break;
case PacketType.ModifyLand:
ModifyLandPacket modify = (ModifyLandPacket)Pack;
//MainLog.Instance.Verbose("LAND", "LAND:" + modify.ToString());
if (modify.ParcelData.Length > 0)
{
if (OnModifyTerrain != null)