WORLDINFO_SORTING changed to WORLDINFO_ENTRIES_LOADED

53d96deaffd009733e7c1a5323f9957d1cd9003d

zonde306 <anonymous@localhost>

2 files changed, +2 -2Showing whitespace changes
public/scripts/events.js+1 -1
@@ -86,7 +86,7 @@ export const event_types = {
8686 PRESET_CHANGED: 'preset_changed',
8787 PRESET_DELETED: 'preset_deleted',
8888 MAIN_API_CHANGED: 'main_api_changed',
8989 WORLDINFO_SORTINGWORLDINFO_ENTRIES_LOADED: 'worldinfo_sortingworldinfo_entries_loaded',
9090};
9191
9292export const eventSource = new EventEmitter([event_types.APP_READY]);
public/scripts/world-info.js+1 -1
@@ -4107,7 +4107,7 @@ export async function getSortedEntries() {
41074107 getPersonaLore(),
41084108 ]);
41094109
41104110 await eventSource.emit(event_types.WORLDINFO_SORTINGWORLDINFO_ENTRIES_LOADED, { globalLore, characterLore, chatLore, personaLore });
41114111
41124112 let entries;
41134113