mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Removed 19 warnings
This commit is contained in:
@@ -6170,7 +6170,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
{
|
||||
ScenePresence av = World.GetScenePresence(key);
|
||||
|
||||
if (av != null);
|
||||
if (av != null)
|
||||
{
|
||||
foreach (object o in args.Data)
|
||||
{
|
||||
|
||||
@@ -331,7 +331,7 @@ namespace OpenSim.Region.ScriptEngine.Common.ScriptEngineBase
|
||||
m_host.AbsolutePosition,
|
||||
m_host.Name, m_host.UUID);
|
||||
}
|
||||
catch (Exception f)
|
||||
catch (Exception)
|
||||
{
|
||||
//}
|
||||
//else
|
||||
|
||||
Reference in New Issue
Block a user