From f969f954eac6b4c04284be594f1169f618f73d0b Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 23 Dec 2025 11:28:42 +0100 Subject: [PATCH] oh --- src/command.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/command.lua b/src/command.lua index bfc3434..b449a97 100644 --- a/src/command.lua +++ b/src/command.lua @@ -76,6 +76,8 @@ if type(data) == "string" and data ~= nil then -- TODO: more end + cmd = cmd:lower() + local eon_set_cmd, eon_set_num, eon_set_type = cmd:match("^eon(%d+)([a-z]+)$") if eon_set_cmd then local eon_idx = tonumber(eon_set_cmd) @@ -158,7 +160,6 @@ if type(data) == "string" and data ~= nil then end end - cmd = cmd:lower() if cmd == "pi" then local pi = tonumber(value, 16) if not pi then return "-" end