aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-02-03 19:27:44 +0000
committerJustin Clark-Casey (justincc)2010-02-03 19:27:44 +0000
commit2c7672a2b9d2cf38087ff29fa4a142710c3043bb (patch)
tree63dabc8642a97181f6eccadc09685aa371acf4a6 /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parentminor: remove one mono compiler warning (diff)
downloadopensim-SC_OLD-2c7672a2b9d2cf38087ff29fa4a142710c3043bb.zip
opensim-SC_OLD-2c7672a2b9d2cf38087ff29fa4a142710c3043bb.tar.gz
opensim-SC_OLD-2c7672a2b9d2cf38087ff29fa4a142710c3043bb.tar.bz2
opensim-SC_OLD-2c7672a2b9d2cf38087ff29fa4a142710c3043bb.tar.xz
minor: add a smidgen of EventManager doc
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
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)