mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 06:33:26 +02:00
Version 1.7
This commit is contained in:
@@ -243,9 +243,12 @@ function sortBy(state)
|
||||
refresh()
|
||||
end
|
||||
|
||||
function onAddVip(id, name, state, description, iconId, notify)
|
||||
local vipList = vipWindow:getChildById('contentsPanel')
|
||||
function onAddVip(id, name, state, description, iconId, notify)
|
||||
if not name or name:len() == 0 then
|
||||
return
|
||||
end
|
||||
|
||||
local vipList = vipWindow:getChildById('contentsPanel')
|
||||
local childrenCount = vipList:getChildCount()
|
||||
for i=1,childrenCount do
|
||||
local child = vipList:getChildByIndex(i)
|
||||
|
Reference in New Issue
Block a user