From 8430f8e21ee67ae7234bb44cfbd27675f58360f5 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Wed, 14 May 2025 22:15:08 -0400 Subject: [PATCH] src/core/configuration/ConfigLoader.ts --- src/core/configuration/ConfigLoader.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/configuration/ConfigLoader.ts b/src/core/configuration/ConfigLoader.ts index e12a0c5d8..94a723c13 100644 --- a/src/core/configuration/ConfigLoader.ts +++ b/src/core/configuration/ConfigLoader.ts @@ -11,7 +11,7 @@ export let cachedSC: ServerConfig | null = null; export async function getConfig( gameConfig: GameConfig, - userSettings: UserSettings, + userSettings: UserSettings | null, isReplay: boolean = false, ): Promise { const sc = await getServerConfigFromClient();