mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user