mirror of
https://github.com/edubart/otclient.git
synced 2025-10-13 19:14:56 +02:00
double click funcionalities and some fixes
This commit is contained in:
@@ -55,6 +55,9 @@ function VipList.onAddVip(id, name, online)
|
||||
|
||||
label.vipOnline = online
|
||||
|
||||
label:setPhantom(false)
|
||||
connect(label, { onMouseDoubleClick = function () Game.openPrivateChannel(label:getText()) return true end } )
|
||||
|
||||
local nameLower = name:lower()
|
||||
local childrenCount = vipList:getChildCount()
|
||||
|
||||
|
Reference in New Issue
Block a user