Merge branch 'main' into patterned-territory

This commit is contained in:
Aotumuri
2025-05-29 06:22:10 +09:00
committed by GitHub
119 changed files with 4787 additions and 1589 deletions
-1
View File
@@ -55,7 +55,6 @@ export async function setup(
false,
);
// Create and return the game
return createGame(humans, [], gameMap, miniGameMap, config);
}