From e4fb5ca2641dec1816d69ca1b54dfffbae1cfbd1 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 23 Dec 2025 11:36:44 +0100 Subject: [PATCH] idk why but its working --- src/command.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/command.lua b/src/command.lua index 177c926..d2ac85c 100644 --- a/src/command.lua +++ b/src/command.lua @@ -78,8 +78,6 @@ if type(data) == "string" and data ~= nil then cmd = cmd:lower() - if cmd == "debug" then return "Count is: " .. tostring(eon_count) end - local eon_num, eon_type = cmd:match("^eon(%d+)([a-z]+)$") if eon_num then local eon_idx = tonumber(eon_num)