Closed juemrami closed 4 months ago
Describe the bug indexing nil type error in GroupBulletinBoard.lua:826
nil
GroupBulletinBoard.lua:826
Introduced in #240
To Reproduce
"Add more info to chat on /who and when somebody comes online"
Screenshots
Additional context just have to remove the req.class with class in call to GBB.Tool.GetClassIcon
req.class
class
GBB.Tool.GetClassIcon
txt="|Hplayer:"..name.."|h" ..(GBB.Tool.GetClassIcon(class) or "") .."|c"..GBB.Tool.ClassColor[class].colorStr .. name.."|r" ..symbol.."|h";
reposting from curseforge comment#664
Describe the bug indexing
nil
type error inGroupBulletinBoard.lua:826
Introduced in #240
To Reproduce
"Add more info to chat on /who and when somebody comes online"
optionScreenshots
Additional context just have to remove the
req.class
withclass
in call toGBB.Tool.GetClassIcon
reposting from curseforge comment#664