From f3611c29ae1d85272cac59f494c468e0d3b9a3a9 Mon Sep 17 00:00:00 2001 From: Emerson Rosen-Jones Date: Sat, 20 Dec 2025 22:21:19 -0500 Subject: [PATCH] fix: removes unused variable --- biofuel-manager.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/biofuel-manager.lua b/biofuel-manager.lua index 0f4b2bb..af3c6c8 100644 --- a/biofuel-manager.lua +++ b/biofuel-manager.lua @@ -5,7 +5,6 @@ local STORAGE = "" local OIL_TANK = "" local FUEL_TANK = "" -local FACTORY_ADDRESS = "" local SPEEDOMETER = "" local SUBNET_TICKER = ""