mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Assorted spring cleanings.
This commit is contained in:
@@ -3074,7 +3074,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
return Convert.ToInt32(src.Data[index]);
|
||||
}
|
||||
catch (System.FormatException e)
|
||||
catch (FormatException e)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
@@ -3109,7 +3109,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
return Convert.ToDouble(src.Data[index]);
|
||||
}
|
||||
catch (System.FormatException e)
|
||||
catch (FormatException e)
|
||||
{
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user