diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdeScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdeScene.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs index d5c3250..05455dc 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs | |||
@@ -1716,8 +1716,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1716 | if (!_characters.Contains(chr)) | 1716 | if (!_characters.Contains(chr)) |
1717 | { | 1717 | { |
1718 | _characters.Add(chr); | 1718 | _characters.Add(chr); |
1719 | geom_name_map[chr.Shell] = Name; | ||
1720 | actor_name_map[chr.Shell] = chr; | ||
1721 | 1719 | ||
1722 | if (chr.bad) | 1720 | if (chr.bad) |
1723 | m_log.ErrorFormat("[PHYSICS] Added BAD actor {0} to characters list", chr.m_uuid); | 1721 | m_log.ErrorFormat("[PHYSICS] Added BAD actor {0} to characters list", chr.m_uuid); |