mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
fix old bug of bones never timing out in loaded chunks
This commit is contained in:
parent
d3a165d21b
commit
26349eaa8a
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ minetest.register_node("bones:bones", {
|
|||
meta:set_string("infotext", meta:get_string("owner").."'s old bones")
|
||||
meta:set_string("owner", "")
|
||||
else
|
||||
meta:set_int("time", time)
|
||||
return true
|
||||
end
|
||||
end,
|
||||
|
|
Loading…
Add table
Reference in a new issue