mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
fix excedent lines
This commit is contained in:
@ -38,7 +38,6 @@ local fish = function(itemstack, player, pointed_thing)
|
||||
local ent = nil
|
||||
local noent = true
|
||||
|
||||
|
||||
local durability = 65
|
||||
local unbreaking = mcl_enchanting.get_enchantment(itemstack, "unbreaking")
|
||||
if unbreaking > 0 then
|
||||
|
Reference in New Issue
Block a user