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