diff options
Diffstat (limited to 'webAO/viewport/utils/handleICSpeaking.ts')
| -rw-r--r-- | webAO/viewport/utils/handleICSpeaking.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webAO/viewport/utils/handleICSpeaking.ts b/webAO/viewport/utils/handleICSpeaking.ts index b48a445..668d92f 100644 --- a/webAO/viewport/utils/handleICSpeaking.ts +++ b/webAO/viewport/utils/handleICSpeaking.ts @@ -16,10 +16,6 @@ import preloadMessageAssets from "./preloadMessageAssets"; let attorneyMarkdown: ReturnType<typeof mlConfig> | null = null; const initAttorneyMarkdown = async () => { - if (!attorneyMarkdown) { - const iniContent = await request(`${AO_HOST}themes/default/chat_config.ini`); - attorneyMarkdown = mlConfig(iniContent); - } return attorneyMarkdown; }; |
