View Single Post
09/07/20, 12:14 PM   #4
Antikuba
Join Date: Sep 2020
Posts: 1
If you are a simple user from 2020 and have same problem, for example
"user:/AddOns/GearSetsSort/GearSetsSort.lua:328: Cannot find a library instance of "LibAddonMenu-2.0".

where is a fix:

change line in GearSetsSort.lua file
from " local LAM = LibStub('LibAddonMenu-2.0') " to "local LAM = LibAddonMenu2".
  Reply With Quote