mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Some fixes
* Scrollbar on hotkeys window * Guild channel will appears on channel list but not yet working properly
This commit is contained in:
@@ -148,7 +148,7 @@ local function onChannelList(channelList)
|
||||
local channelId = v[1]
|
||||
local channelName = v[2]
|
||||
|
||||
if channelId ~= 0 and #channelName > 0 then
|
||||
if #channelName > 0 then
|
||||
local label = createWidget('ChannelListLabel', channelListPanel)
|
||||
label.channelId = channelId
|
||||
label:setText(channelName)
|
||||
|
Reference in New Issue
Block a user