mirror of
https://github.com/minetest/minetest.git
synced 2024-11-13 03:03:44 +01:00
Item Entity: Add message to moveresult assertion (#9797)
This commit is contained in:
parent
6c607e2082
commit
2d7e000cfe
@ -200,7 +200,9 @@ core.register_entity(":__builtin:item", {
|
|||||||
return -- Don't do anything
|
return -- Don't do anything
|
||||||
end
|
end
|
||||||
|
|
||||||
assert(moveresult)
|
assert(moveresult,
|
||||||
|
"Collision info missing, this is caused by an out-of-date/buggy mod or game")
|
||||||
|
|
||||||
if not moveresult.collides then
|
if not moveresult.collides then
|
||||||
-- future TODO: items should probably decelerate in air
|
-- future TODO: items should probably decelerate in air
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user