From 36ff0c4dcfe4f364c0e80607b53989d15fb4c0d5 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 23 Mar 2025 01:25:00 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/gui/research.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/exp_legacy/module/modules/gui/research.lua b/exp_legacy/module/modules/gui/research.lua index 664d5bfd..7306bb80 100644 --- a/exp_legacy/module/modules/gui/research.lua +++ b/exp_legacy/module/modules/gui/research.lua @@ -31,7 +31,6 @@ if settings.startup["PHI-VP"] and settings.startup["PHI-VP-MAIN"] then config.mod_set = "base" end - local research_time_format = ExpUtil.format_time_factory{ format = "clock", hours = true, minutes = true, seconds = true } local empty_time = research_time_format(nil)