View Single Post
06/19/18, 05:18 AM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Calling LAM2:RegisterAddonPanel("ReloadButton", panelData) creates a global variable for the settings panel, which will overwrite any variables that existed prior. Since you pass "ReloadButton", it will replace your global table. Use something like ReloadButtonSettings instead and it should work.
  Reply With Quote