mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* More compiler warning nukage.
This commit is contained in:
@@ -268,7 +268,7 @@ namespace OpenSim.Framework.Data.MSSQL
|
||||
{
|
||||
regionprofile.owner_uuid = new LLUUID((string)reader["owner_uuid"]);
|
||||
}
|
||||
catch(Exception ex)
|
||||
catch(Exception)
|
||||
{}
|
||||
// World Map Addition
|
||||
string tempRegionMap = reader["regionMapTexture"].ToString();
|
||||
|
||||
Reference in New Issue
Block a user