View Single Post
02/07/17, 09:53 AM   #5
silvereyes
 
silvereyes's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2015
Posts: 66
I just got the same error at random when depositing to the bank with either double click, menu option, or keybind. Reloadui solved it for now.

I was getting it constantly with CraftBagExtended before I patched. The odd thing is, the code that seemed to cause the error was related to prehooking menubar tab buttons' callbacks, which shouldn't have anything to do with the slot actions. To work around it, I removed my prehooks and worked with scene fragment shown/hidden callbacks instead.
  Reply With Quote