mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Most is back in its original state :) Hope I didn't break anything... *looks innocent*
This commit is contained in:
@@ -121,14 +121,15 @@ namespace OpenSim.Region.Environment.LandManagement
|
||||
{
|
||||
for (int i = 0; i < data.Count; i++)
|
||||
{
|
||||
try
|
||||
{
|
||||
//try
|
||||
//{
|
||||
IncomingLandObjectFromStorage(data[i]);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MainLog.Instance.Error("LandManager", "IncomingLandObjectsFromStorage: Exception: " + ex.ToString());
|
||||
}
|
||||
//}
|
||||
//catch (Exception ex)
|
||||
//{
|
||||
//MainLog.Instance.Error("LandManager", "IncomingLandObjectsFromStorage: Exception: " + ex.ToString());
|
||||
//throw ex;
|
||||
//}
|
||||
}
|
||||
//foreach (LandData parcel in data)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user