Skip to content

Commit

Permalink
Added new event onPlayerDamage (refs #88)
Browse files Browse the repository at this point in the history
* introduced in 26e38bc
  • Loading branch information
timosmit committed Feb 5, 2019
1 parent 2cbb542 commit adcd3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luascripts/wolfadmin/util/events.lua
Expand Up @@ -125,6 +125,7 @@ events.add("onGameShutdown")

events.add("onPlayerReady")
events.add("onPlayerSpawn")
events.add("onPlayerDamage")
events.add("onPlayerDeath")
events.add("onPlayerRevive")

Expand Down

0 comments on commit adcd3f4

Please sign in to comment.