mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
vip improvements
This commit is contained in:
@@ -11,6 +11,7 @@ function Game.onAddVip(id, name, online)
|
||||
vipList:addChild(label)
|
||||
label:setId('vip' .. id)
|
||||
label:setText(name)
|
||||
label:setStyle('VipListLabel')
|
||||
|
||||
if online then
|
||||
label:setForegroundColor('#00ff00')
|
||||
|
Reference in New Issue
Block a user