From ea753e52271a2579462baa2bdc322f9a356729d9 Mon Sep 17 00:00:00 2001 From: Ed Date: Tue, 23 Jul 2024 21:17:41 +0300 Subject: [PATCH] Update PostMapInitTest.cs --- .../Tests/PostMapInitTest.cs | 24 ++++--------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index dea5cc6df5..ec6e58ebaa 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -43,31 +43,15 @@ namespace Content.IntegrationTests.Tests }; private static readonly string[] GameMaps = - { - "Dev", //CrystallPunk Map replacement - //"TestTeg", - //"Fland", - //"Meta", - //"Packed", - //"Cluster", - //"Omega", - //"Bagel", - //"Origin", + {//CrystallPunk Map replacement + "Dev", "CentComm", - //"Box", - //"Europa", - //"Saltern", - //"Core", - //"Marathon", "MeteorArena", - //"Atlas", - //"Reach", - //"Train", - //"Oasis" //CrystallPunk maps "AlchemyTest", - "BattleRoyale" + "BattleRoyale", + //CrystallPunk Map replacement end }; ///