Merge pull request #4505 from deathbeam/fix-color-load
Fix loading of chat colors on startup
This commit is contained in:
@@ -243,6 +243,9 @@ public class RuneLite
|
||||
// Initialize UI
|
||||
clientUI.open(this);
|
||||
|
||||
// Initialize chat colors
|
||||
chatMessageManager.loadColors();
|
||||
|
||||
// Initialize Discord service
|
||||
discordService.init();
|
||||
|
||||
|
||||
@@ -216,7 +216,10 @@ public class ChatMessageManager
|
||||
return null;
|
||||
}
|
||||
|
||||
private void loadColors()
|
||||
/**
|
||||
* Load all configured colors
|
||||
*/
|
||||
public void loadColors()
|
||||
{
|
||||
colorCache.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user