mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-14 13:33:59 +00:00
fix
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user