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:
@@ -78,8 +78,6 @@ if type(data) == "string" and data ~= nil then
|
|||||||
|
|
||||||
cmd = cmd:lower()
|
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]+)$")
|
local eon_num, eon_type = cmd:match("^eon(%d+)([a-z]+)$")
|
||||||
if eon_num then
|
if eon_num then
|
||||||
local eon_idx = tonumber(eon_num)
|
local eon_idx = tonumber(eon_num)
|
||||||
|
|||||||
Reference in New Issue
Block a user