From e6c9e646d4163d9fea3718ccc753c321a00dd00a Mon Sep 17 00:00:00 2001 From: evanpelle Date: Thu, 18 Dec 2025 20:01:32 -0800 Subject: [PATCH] fix build rename disableNPCs => disableNations --- tests/GameInfoRanking.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/GameInfoRanking.test.ts b/tests/GameInfoRanking.test.ts index aeb92ddeb..7955fb807 100644 --- a/tests/GameInfoRanking.test.ts +++ b/tests/GameInfoRanking.test.ts @@ -25,7 +25,7 @@ describe("Ranking class", () => { gameType: GameType.Public, gameMode: GameMode.FFA, gameMapSize: GameMapSize.Normal, - disableNPCs: true, + disableNations: true, bots: 0, infiniteGold: false, infiniteTroops: false,