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

get the flamothrower, get rid of these fucking bugs

This commit is contained in:
2025-12-23 11:33:20 +01:00
parent e022129bb7
commit 5d45e9a1ea

View File

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