[mcl_books] fix warnings

This commit is contained in:
AFCMS 2021-05-23 10:52:52 +02:00
parent 203c7e2c84
commit be5eb621fd
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ minetest.register_craft_predict(function(itemstack, player, old_craft_grid, craf
for i = 1, player:get_inventory():get_size("craft") do
if old_craft_grid[i]:get_name() == "mcl_books:written_book" then
original = old_craft_grid[i]
index = i
end
end
if not original then