mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
better a silent return if condition to send creator fails
This commit is contained in:
@@ -4084,6 +4084,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
World.RegionInfo.ScopeID,
|
||||
parent.RootPart.CreatorID);
|
||||
}
|
||||
else
|
||||
return;
|
||||
}
|
||||
else
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user