From 3b6c0e5e782b0dc9935e9c9c363475c733bde92a Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Tue, 18 Oct 2016 09:33:30 -0700 Subject: Luacheck cleanups and .luacheckrc Use `luacheck .` to run luacheck on this mod. Cleaned up luacheck errors. --- melon.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'melon.lua') diff --git a/melon.lua b/melon.lua index 66efc03..7043ad3 100644 --- a/melon.lua +++ b/melon.lua @@ -149,7 +149,6 @@ minetest.register_abm({ if not crops.can_grow(pos) then return end - local meta = minetest.get_meta(pos) local n = string.gsub(node.name, "4", "5") n = string.gsub(n, "3", "4") n = string.gsub(n, "2", "3") -- cgit v1.2.3