View Single Post
03/28/15, 05:33 AM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
You should move this two lines to EVENT_ADD_ON_LOADED handler:
Lua Code:
  1. RS.Menu:RegisterAddonPanel("RaidScorePanel", RS.panelData)
  2. RS.Menu:RegisterOptionControls("RaidScorePanel", RS.optionsData)
  Reply With Quote