diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 5419a9a..cd39cab 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3274,9 +3274,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3274 | } | 3274 | } |
3275 | if (m_health <= 0) | 3275 | if (m_health <= 0) |
3276 | m_scene.EventManager.TriggerAvatarKill(killerObj, this); | 3276 | m_scene.EventManager.TriggerAvatarKill(killerObj, this); |
3277 | } | 3277 | } |
3278 | |||
3279 | |||
3280 | } | 3278 | } |
3281 | 3279 | ||
3282 | public void setHealthWithUpdate(float health) | 3280 | public void setHealthWithUpdate(float health) |