Version 0.996 beta, small bug fixes

This commit is contained in:
OTCv8
2019-10-16 00:32:37 +02:00
parent c477637a46
commit 5e76deebac
9 changed files with 319 additions and 316 deletions

View File

@@ -334,6 +334,9 @@ end
function onVipStateChange(id, state)
local vipList = vipWindow:getChildById('contentsPanel')
local label = vipList:getChildById('vip' .. id)
if not label then
return
end
local name = label:getText()
local description = label:getTooltip()
local iconId = label.iconId