From 586a23a6a1487b0921dfb02b00a49f6fb1c5ae33 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Wed, 24 Dec 2025 13:33:06 +0100 Subject: [PATCH] that is wrong --- plugin.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugin.lua b/plugin.lua index 0a5fc9c..0656a99 100644 --- a/plugin.lua +++ b/plugin.lua @@ -7,8 +7,6 @@ core_version = "" eon_count = 0 ---@type integer max_programs = 0 ----@type string|nil -data = "" -- Set during run_lua calls ---Starts the initialization sequence, also calls the on_init function ---@return nil @@ -43,7 +41,7 @@ function data_handle(data) end ---@return integer b ---@return integer c ---@return integer d -function group(a, b, c, d) end +function group(b, c, d) end ---@param pi integer function set_rds_pi(pi) end