server refactor

This commit is contained in:
evanpelle
2026-05-09 19:35:39 -07:00
parent a3f695ee54
commit 570da82434
70 changed files with 1424 additions and 1795 deletions
-2
View File
@@ -255,9 +255,7 @@ export async function setupFromPath(
const gameMap = await genTerrainFromBin(manifest.map, mapBinBuffer);
const miniGameMap = await genTerrainFromBin(manifest.map4x, miniMapBinBuffer);
// Configure the game
const config = new TestConfig(
new (await import("../util/TestServerConfig")).TestServerConfig(),
{
gameMap: GameMapType.Asia,
gameMapSize: GameMapSize.Normal,