summaryrefslogtreecommitdiff
path: root/nature_classic
diff options
context:
space:
mode:
Diffstat (limited to 'nature_classic')
-rw-r--r--nature_classic/global_function.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nature_classic/global_function.lua b/nature_classic/global_function.lua
index 3a5b9e3..c6b158a 100644
--- a/nature_classic/global_function.lua
+++ b/nature_classic/global_function.lua
@@ -64,7 +64,7 @@ end
function nature:grow_node(pos, nodename)
if pos ~= nil then
local light_enough = (minetest.get_node_light(pos, nil) or 0)
- >= nature.minimum_growth_light
+ >= nature.minimum_growth_light
if is_not_young(pos) and light_enough then
minetest.set_node(pos, { name = nodename })