mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
silly...
This commit is contained in:
@@ -5858,8 +5858,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
if (p == this)
|
||||
continue;
|
||||
p.ControllingClient.SendKillObject(myids);
|
||||
p.SendKillTo(this);
|
||||
p.ControllingClient.SendKillObject(myids);
|
||||
p.SendFullKillsTo(this);
|
||||
}
|
||||
if (Scene.AttachmentsModule != null)
|
||||
Scene.AttachmentsModule.DeleteAttachmentsFromScene(this, true);
|
||||
|
||||
Reference in New Issue
Block a user