Fix the weird function declaration in messenger
This commit is contained in:
@@ -13,7 +13,7 @@ function shared.Messenger.Init()
|
|||||||
---@type table<string, number>
|
---@type table<string, number>
|
||||||
local channelIdMap = {}
|
local channelIdMap = {}
|
||||||
|
|
||||||
local FindOrJoinChannel = function(channelName, password)
|
local function FindOrJoinChannel(channelName, password)
|
||||||
local function GetChannelId(channelName)
|
local function GetChannelId(channelName)
|
||||||
local channels = { GetChannelList() }
|
local channels = { GetChannelList() }
|
||||||
for i = 1, #channels, 2 do
|
for i = 1, #channels, 2 do
|
||||||
|
Reference in New Issue
Block a user