src/core/configuration/ConfigLoader.ts

This commit is contained in:
Scott Anderson
2025-05-14 22:15:08 -04:00
parent 30977e0deb
commit 8430f8e21e
+1 -1
View File
@@ -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<Config> {
const sc = await getServerConfigFromClient();