This commit is contained in:
evanpelle
2026-01-12 15:52:28 -08:00
parent a7714cd798
commit 5766d71995
33 changed files with 153 additions and 154 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import fs from "fs";
import path, { dirname } from "path";
import { GameEnv } from "src/core/configuration/Config";
import { fileURLToPath } from "url";
import {
Difficulty,
@@ -248,7 +249,6 @@ export async function setupFromPath(
// Configure the game
const config = new TestConfig(
new (await import("../util/TestServerConfig")).TestServerConfig(),
{
gameMap: GameMapType.Asia,
gameMapSize: GameMapSize.Normal,
@@ -265,6 +265,7 @@ export async function setupFromPath(
randomSpawn: false,
...gameConfig,
},
GameEnv.Dev,
new UserSettings(),
false,
);