diff options
Merge branch 'master' into bigmerge
Conflicts:
OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
OpenSim/Region/Framework/Scenes/AsyncSceneObjectGroupDeleter.cs
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 30acbdf..cf09cc9 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -11385,7 +11385,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
11385 | { | 11385 | { |
11386 | // It's a ghost! tell the client to delete it from view. | 11386 | // It's a ghost! tell the client to delete it from view. |
11387 | simClient.SendKillObject(Scene.RegionInfo.RegionHandle, | 11387 | simClient.SendKillObject(Scene.RegionInfo.RegionHandle, |
11388 | new List<uint>() { localId }); | 11388 | new List<uint> { localId }); |
11389 | } | 11389 | } |
11390 | else | 11390 | else |
11391 | { | 11391 | { |