mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-08 08:08:51 +01:00
Remove unneeded comment
This commit is contained in:
parent
6023eac4bb
commit
118d2c5bcf
@ -856,7 +856,7 @@ async function firstLoadInit() {
|
||||
|
||||
await getClientVersion();
|
||||
await readSecretState();
|
||||
initLocales(); // this function needs to be executed this late because otherwise, locale file fails to load on time sometimes
|
||||
initLocales();
|
||||
await getSystemMessages();
|
||||
sendSystemMessage(system_message_types.WELCOME);
|
||||
await getSettings();
|
||||
|
Loading…
x
Reference in New Issue
Block a user