minor: add a smidgen of EventManager doc

This commit is contained in:
Justin Clark-Casey (justincc)
2010-02-03 19:27:44 +00:00
parent 1442ab08aa
commit 2c7672a2b9
2 changed files with 6 additions and 6 deletions

View File

@@ -3274,9 +3274,7 @@ namespace OpenSim.Region.Framework.Scenes
}
if (m_health <= 0)
m_scene.EventManager.TriggerAvatarKill(killerObj, this);
}
}
}
public void setHealthWithUpdate(float health)