You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See SlightlyImprovedExperienceBar.lua:222. The function call to GetPlayerChampionXP does not have an owning object (or whatever its called). The new line should be:
Actually, I think its that the function SIEB.GetPlayerChampionXPMax() does not exist. I think this can be replaced with SIEB.GetPlayerXPMax(). The new line would then be:
See SlightlyImprovedExperienceBar.lua:222. The function call to GetPlayerChampionXP does not have an owning object (or whatever its called). The new line should be:
SIEB.championLabel:SetText(SIEB.FormatLabelText(SIEB.GetPlayerChampionXP(), SIEB.GetPlayerChampionXPMax()))
The text was updated successfully, but these errors were encountered: