src/core/configuration/ConfigLoader.ts

This commit is contained in:
Scott Anderson
2025-05-14 01:53:07 -04:00
parent 4dc73e1110
commit 535ab06a0a
+1 -1
View File
@@ -11,7 +11,7 @@ export let cachedSC: ServerConfig | null = null;
export async function getConfig(
gameConfig: GameConfig,
userSettings: UserSettings | null = null,
userSettings: UserSettings,
isReplay: boolean = false,
): Promise<Config> {
const sc = await getServerConfigFromClient();