From 5d45e9a1ea2eb893da2525297b114d6ea6e8cd7a Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 23 Dec 2025 11:33:20 +0100 Subject: [PATCH] get the flamothrower, get rid of these fucking bugs --- src/command.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/command.lua b/src/command.lua index d2ac85c..177c926 100644 --- a/src/command.lua +++ b/src/command.lua @@ -78,6 +78,8 @@ 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)