mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01: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