View Single Post
03-22-18, 01:17 PM   #4
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
Lua object names are case-sensitive. If the error actually says "setEnabled" and the code you found says "setEnabled", try changing it to "SetEnabled".
  Reply With Quote