From f737be9a38d51bbd5cd9a10e542570d72868da5c Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Thu, 20 Jul 2023 18:57:32 +0200 Subject: [PATCH] Remove needless code --- lamps/growlight.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lamps/growlight.lua b/lamps/growlight.lua index 10ce91d..23b938f 100644 --- a/lamps/growlight.lua +++ b/lamps/growlight.lua @@ -188,9 +188,6 @@ function techage.register_flower(name) end function techage.register_plant(name) - if contains(Plants, name) then - return - end Plants[name] = true end