diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-12-27 10:17:11 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-12-27 10:17:11 +0000 |
commit | 38fb55fa86267ffd6365b3206f1779e9914bc8e5 (patch) | |
tree | 9b85edce3c5535cd046ff548ff532633ad3b12e8 /grapes.lua | |
parent | ce0c3e8eb87452a92c46754ef49380b6f0131fb0 (diff) |
localize a few functions
Diffstat (limited to 'grapes.lua')
-rw-r--r-- | grapes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ local S = farming.intllib -- place trellis -function place_grapes(itemstack, placer, pointed_thing, plantname) +local function place_grapes(itemstack, placer, pointed_thing, plantname) local pt = pointed_thing |