From 9e1070f8f01e86118d560f0ef633b329f819385d Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Mon, 16 Nov 2020 21:29:03 -0500 Subject: [PATCH] Fixed luacheck warnings --- moretrees.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/moretrees.lua b/moretrees.lua index b9ebdce..b058cfe 100644 --- a/moretrees.lua +++ b/moretrees.lua @@ -1,10 +1,10 @@ --Register stripped trees local mod_name = "moretrees" local trunk_names = { - "beech_trunk", - "apple_tree_trunk", - "oak_trunk", - "sequoia_trunk", + "beech_trunk", + "apple_tree_trunk", + "oak_trunk", + "sequoia_trunk", "birch_trunk", "palm_trunk", "date_palm_trunk",