View Single Post
02/22/15, 06:18 AM   #51
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
@ZOS_ChipHilseberg: Could you please add something like:
Lua Code:
  1. CALLBACK_MANAGER:FireCallbacks("ChatSystemLoaded", self)
to the end of SharedChatSystem:LoadChatFromSettings ?

Many of us wondered at least once why our d("hello world!") shouts from initialization handlers wouldn't show up. There are workarounds (buffering until chat is ready), but unless CHAT_SYSTEM is guarranteed to receive EVENT_PLAYER_ACTIVATED before any other add-on/control listening for that event (which I assume it isn't), only the dirty one is reliable (hooking LoadChatFromSettings).
  Reply With Quote