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. --- pumpkin.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'pumpkin.lua') diff --git a/pumpkin.lua b/pumpkin.lua index bf08374..1c1c3e0 100644 --- a/pumpkin.lua +++ b/pumpkin.lua @@ -143,7 +143,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