mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Minimal: Fix HP change crash (#7344)
This commit is contained in:
parent
a1868e8f6c
commit
2edeafb97b
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ local function run_hpchangereason_tests(player)
|
|||
assert(expect == nil)
|
||||
end
|
||||
minetest.register_on_player_hpchange(function(player, hp, reason)
|
||||
if not expect then
|
||||
return
|
||||
end
|
||||
|
||||
for key, value in pairs(reason) do
|
||||
assert(expect[key] == value)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue