Death Note

Death Note

701k Downloads

`attempt to call global 'FillLocalizedClassList' (a nil value)`

silverwind opened this issue ยท 1 comments

commented

Seen on v11.0.2 beta:

DeathNote/UI.lua:41: attempt to call global 'FillLocalizedClassList' (a nil value)
[string "@DeathNote/UI.lua"]:41: in main chunk

Removing these two lines and relying on the LocalizedClassList global seems to work:

local LocalizedClassList = { };
FillLocalizedClassList(LocalizedClassList);
commented

Thank you!