From 2f98c7b66dc4de8fe147a2a7a4057663fde15621 Mon Sep 17 00:00:00 2001 From: "atom.skillz" Date: Tue, 12 Nov 2024 07:52:51 -0600 Subject: [PATCH] Remove unused variable --- objects/isn_unifiedgrowingtray.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/objects/isn_unifiedgrowingtray.lua b/objects/isn_unifiedgrowingtray.lua index e669e90594..e825c125a9 100644 --- a/objects/isn_unifiedgrowingtray.lua +++ b/objects/isn_unifiedgrowingtray.lua @@ -170,7 +170,6 @@ function handleTooltip(args) --seed use and seed display local seedString="" - local seedTimeString="" if args.seed and args.seed.name then seedString=root.itemConfig(args.seed.name).config.shortdescription seedString=" (^yellow;" .. seedString .. "^reset;)"