mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
Merge remote-tracking branch 'upstream/master'
Conflicts: modules/game_viplist/viplist.lua
This commit is contained in:
@@ -104,7 +104,7 @@ function onAddVip(id, name, state)
|
||||
|
||||
if (state ~= VipState.Online and child.vipState ~= VipState.Online)
|
||||
or (state == VipState.Online and child.vipState == VipState.Online) then
|
||||
|
||||
|
||||
local childText = child:getText():lower()
|
||||
local length = math.min(childText:len(), nameLower:len())
|
||||
|
||||
|
Reference in New Issue
Block a user