Closed Shirofune closed 4 years ago
Update:
I managed to fix it by changing this line:
local mod = addon:NewPlugin('TargetScale',101,4)
to this:
local mod = addon:NewPlugin('TargetScale',101,6)
Apparently the MINOR variable got updated in some version and the custom addon doesn't even load because of it.
At some point with some Kui nameplate update, the custom target .lua script stopped working.
I don't know how to debug it or anything, and it doesn't throw any error as far as I know.
Could you please check why it doesn't work?