View Single Post
08-18-13, 06:29 AM   #9
Caellian
A Frostmaul Preserver
 
Caellian's Avatar
Join Date: May 2006
Posts: 281
Originally Posted by Lombra View Post
Code:
eventFrame.ADDON_LOADED = function(self, event, addon)
	if addon ~= "caelLib" then
		return
	end
	[...]
end
Is the addon still called that?
No, but that's not it either, i had it changed to "caelUI", not sure why it wasn't in the pastey.
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
  Reply With Quote