mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
ui fixes
* fix viplist * fix skills update * fix mouse grabber * minimize send interval * add api to get world name
This commit is contained in:
@@ -101,7 +101,7 @@ function VipList.onAddVip(id, name, online)
|
||||
end
|
||||
|
||||
function VipList.onVipStateChange(id, online)
|
||||
local vipList = vipWindow:getChildById('vipList')
|
||||
local vipList = vipWindow:getChildById('contentsPanel')
|
||||
local label = vipList:getChildById('vip' .. id)
|
||||
local text = label:getText()
|
||||
vipList:removeChild(label)
|
||||
|
Reference in New Issue
Block a user