summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index c03f3d2..5d44872 100644
--- a/init.lua
+++ b/init.lua
@@ -69,7 +69,7 @@ for i in ipairs(simple_trees) do
local tree_model = tree_name.."_model"
dbg(dump(moretrees[tree_model]))
- if tree_model="palm_model" then
+ if tree_model == "palm_model" then
grow_nodes = {"default:sand"}
else
grow_nodes = {"default:dirt_with_grass"}