diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 8120c62..963c71b 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -2068,7 +2068,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
2068 | 2068 | ||
2069 | CrossAttachmentsIntoNewRegion(neighbourHandle); | 2069 | CrossAttachmentsIntoNewRegion(neighbourHandle); |
2070 | 2070 | ||
2071 | m_scene.SendKiPrimitive(m_localId); | 2071 | m_scene.SendKillObject(m_localId); |
2072 | 2072 | ||
2073 | m_scene.NotifyMyCoarseLocationChange(); | 2073 | m_scene.NotifyMyCoarseLocationChange(); |
2074 | // the user may change their profile information in other region, | 2074 | // the user may change their profile information in other region, |