This commit is contained in:
Scott Anderson
2025-05-13 03:41:59 -04:00
parent a38d3d986f
commit c28fe35b5a
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import { TestServerConfig } from "./TestServerConfig";
export async function setup(
mapName: string,
_gameConfig: GameConfig = {},
_gameConfig: Partial<GameConfig> = {},
humans: PlayerInfo[] = [],
): Promise<Game> {
// Load the specified map