View Single Post
09-28-17, 11:54 AM   #2
Kakjens
A Cliff Giant
Join Date: Apr 2017
Posts: 75
In my addon that does something similar I used :Hide() before making the object visible.
Minor fix: after
Lua Code:
  1. if not OrderHallCommandBar then return end
you might want to declare a
Lua Code:
  1. local prevName

Last edited by Kakjens : 09-28-17 at 12:38 PM.
  Reply With Quote