mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
get the flamothrower, get rid of these fucking bugs
This commit is contained in:
@@ -78,6 +78,8 @@ 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