mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Fixed a catch error.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
statpack.Region.RegionFlags = (uint)ReportingRegion.EstateSettings.regionFlags;
|
||||
}
|
||||
catch
|
||||
catch(System.Exception)
|
||||
{
|
||||
statpack.Region.RegionFlags = (uint)0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user