ErythroGuild / EasyRollTracker

A simple addon to list /roll results of a raid, with many convenience features.
Mozilla Public License 2.0
1 stars 1 forks source link

Remove hooking from ShowOptions window #104

Open Ernest314 opened 4 years ago

Ernest314 commented 4 years ago

The way it currently works, a new function gets hooked every time ShowOptions is being shown. This will eventually result in a large number of (inactive) hooks. Instead, it should happen once on init (OnLoad?).