0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

idk why but its working

This commit is contained in:
2025-12-23 11:36:44 +01:00
parent 5d45e9a1ea
commit e4fb5ca264

View File

@@ -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)