mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* squash some obvious warnings
* a couple more remain that preferably the original coders should look at in more detail (obsolete warnings in the ogp module and not overriding warnings in the script engine)
This commit is contained in:
@@ -1741,7 +1741,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// <param name="group"></param>
|
||||
public void DeleteSceneObject(SceneObjectGroup group)
|
||||
{
|
||||
SceneObjectPart rootPart = group.GetChildPart(group.UUID);
|
||||
//SceneObjectPart rootPart = group.GetChildPart(group.UUID);
|
||||
|
||||
foreach (SceneObjectPart part in group.Children.Values)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user