mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
minimal: Fix crash due to assertion fail
This commit is contained in:
parent
e32a630937
commit
96f250ed8f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ local function run_hpchangereason_tests(player)
|
|||
assert(expect == nil)
|
||||
|
||||
expect = { a = 234, type = "set_hp", from = "mod" }
|
||||
player:set_hp(10, { a= 234 })
|
||||
player:set_hp(7, { a= 234 })
|
||||
assert(expect == nil)
|
||||
|
||||
expect = { df = 3458973454, type = "fall", from = "mod" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue