Thread: Update 5.2
View Single Post
09/22/19, 09:52 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
LibAddonMenu-2.0 currently fails to load properly on PTS, here is a fix provided by Votan:

Change the following in LAM function "CreateAddonSettingsMenuEntry" in file LibAddonMenu-2.0.lua:
After this line: ZO_GameMenu_AddSettingPanel(panelData)
Add:
Code:
KEYBOARD_OPTIONS.controlTable[panelData.id] = {}
  Reply With Quote