summaryrefslogtreecommitdiff
path: root/tomato.lua
diff options
context:
space:
mode:
authorAuke Kok <sofar@foo-projects.org>2016-10-18 09:33:30 -0700
committerAuke Kok <sofar@foo-projects.org>2016-10-18 09:33:30 -0700
commit3b6c0e5e782b0dc9935e9c9c363475c733bde92a (patch)
tree06dc292b19da6f6d64311dd0b1e2901c8ac8f37f /tomato.lua
parente6421d8d495c4415eeae80c7b1a2ce20d55e443d (diff)
Luacheck cleanups and .luacheckrc
Use `luacheck .` to run luacheck on this mod. Cleaned up luacheck errors.
Diffstat (limited to 'tomato.lua')
-rw-r--r--tomato.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/tomato.lua b/tomato.lua
index d14658e..a659961 100644
--- a/tomato.lua
+++ b/tomato.lua
@@ -13,8 +13,6 @@ of the license, or (at your option) any later version.
-- Intllib
local S = crops.intllib
-local wateruse = 1
-
minetest.register_node("crops:tomato_seed", {
description = S("Tomato seed"),
inventory_image = "crops_tomato_seed.png",