Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theFox6 committed Sep 14, 2020
1 parent 91a625a commit d167d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journal/triggers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ minetest.register_on_joinplayer(function(player)
end)

if minetest.register_on_hpchange then
tiggers.register_trigger("hpchange")
triggers.register_trigger("hpchange")
minetest.register_on_player_hpchange(function(player, hp_change, reason)
if not player then
return
Expand Down

0 comments on commit d167d97

Please sign in to comment.