View Bug Report
[FIX] Guild not working
Bug #: 2530
File: Leaderboard Highlights
Date: 11/17/19 09:09 AM
By: Eymix
Status: Fixed
Gotta change guild condition from
if GetGuildMemberIndexFromDisplayName(i, displayName)~=nil then
to
if GetGuildMemberIndexFromDisplayName(GetGuildId(i), displayName)~=nil then

and then it works again, great work mate =]