Skip to content

Commit

Permalink
don't add workaround for bones redo
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames authored and BuckarooBanzay committed Jun 22, 2022
1 parent b4ffb0a commit b51d1fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bones.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
-- bones owner saving workaround
-- https://github.com/minetest/minetest_game/blob/master/mods/bones/init.lua#L120

if bones.redo then
-- bones redo doesn't remove owner, so workaround is not needed
return
end

local bones_def = minetest.registered_items["bones:bones"]
assert(bones_def)

Expand Down

0 comments on commit b51d1fd

Please sign in to comment.