View Single Post
08/17/20, 08:22 AM   #1
Marazota
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 260
Updating libEventHandler

hey guys i am trying to update this old lib
https://www.esoui.com/downloads/info...ntHandler.html

to work without libStub

1) deleted dependency from manifest adn added #isLibrary

2) next i must change this somehow, but how?

Code:
local MAJOR, MINOR = "LibEventHandler-1.1", 1.0
local LEH, LEHminor = LibStub:NewLibrary(MAJOR, MINOR)
if not LEH then return end
  Reply With Quote