View Single Post
04/15/20, 06:07 PM   #10
Mr.Envy
 
Mr.Envy's Avatar
Join Date: Apr 2020
Posts: 20
Ok, so I tried messing around with Minion a bit more, did what you advised me to, still can't see PvPMeter in the list, I even forced minion to rescan my addons, still not showing, but it doesn't matter.
I edited PvPMeter.txt

From
## Title: PvP Meter
## Version: 2.38
## SavedVariables: PvpMeterSavedVariables
## APIVersion: 100027
## Author: marig63
## OptionalDependsOn: LibAddonMenu-2.0 LibMainMenu

To
## Title: PvP Meter
## Version: 2.38
## SavedVariables: PvpMeterSavedVariables
## APIVersion: 100027
## Author: marig63
## OptionalDependsOn: LibAddonMenu-2.0 LibMainMenu
## DependsOn: LibAddonMenu-2.0>=28 LibMainMenu>=8

Also edited PvpMeterSettings.lua

From
function PvpMeter.initSettings()
local LAM = LibStub:GetLibrary("LibAddonMenu-2.0")
LAM:RegisterAddonPanel("IHateYou", panelDuel)

To
function PvpMeter.initSettings()
local LAM = LibAddonMenu2
LAM:RegisterAddonPanel("IHateYou", panelDuel)

And PvpMeterMenu.lua

From
local LMM = LibStub("LibMainMenu")

MenuPvpMeter = {}

To
local LMM = LibMainMenu

MenuPvpMeter = {}

Hope I did it right. ^^

Last edited by Mr.Envy : 04/15/20 at 06:18 PM.
  Reply With Quote