mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Item Entity: Add message to moveresult assertion (#9797)
This commit is contained in:
@@ -200,7 +200,9 @@ core.register_entity(":__builtin:item", {
|
||||
return -- Don't do anything
|
||||
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
|
||||
-- future TODO: items should probably decelerate in air
|
||||
return
|
||||
|
Reference in New Issue
Block a user