From 6a21ceb2bcb2a5a551f4312bf7519147c064808f Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Sat, 11 Mar 2023 16:38:16 +0700 Subject: [PATCH] Fix wrong default in `DefaultIt()` for `MapList` --- sources/MapList/MapList.uc | 39 +++++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/sources/MapList/MapList.uc b/sources/MapList/MapList.uc index c9f0e7a..6ff5a19 100644 --- a/sources/MapList/MapList.uc +++ b/sources/MapList/MapList.uc @@ -58,11 +58,40 @@ protected function FromData(HashTable source) { } protected function DefaultIt() { - map[0] = "KF-BioticsLab"; - map[1] = "KF-Farm"; - map[2] = "KF-Manor"; - map[3] = "KF-Offices"; - map[4] = "KF-WestLondon"; + map.length = 0; + map[0] = "KF-AbusementPark"; + map[1] = "KF-Aperture"; + map[2] = "KF-Bedlam"; + map[3] = "KF-Biohazard"; + map[4] = "KF-BioticsLab"; + map[5] = "KF-Clandestine"; + map[6] = "KF-Crash"; + map[7] = "KF-Departed"; + map[8] = "KF-EvilSantasLair"; + map[9] = "KF-Farm"; + map[10] = "KF-FilthsCross"; + map[11] = "KF-Forgotten"; + map[12] = "KF-Foundry"; + map[13] = "KF-FrightYard"; + map[14] = "KF-Hell"; + map[15] = "KF-Hellride"; + map[16] = "KF-HillbillyHorror"; + map[17] = "KF-Hospitalhorrors"; + map[18] = "KF-Icebreaker"; + map[19] = "KF-IceCave"; + map[20] = "KF-Manor"; + map[21] = "KF-MoonBase"; + map[22] = "KF-MountainPass"; + map[23] = "KF-Offices"; + map[24] = "KF-SirensBelch"; + map[25] = "KF-Steamland"; + map[26] = "KF-Stronghold"; + map[27] = "KF-Suburbia"; + map[28] = "KF-ThrillsChills"; + map[29] = "KF-Transit"; + map[30] = "KF-Waterworks"; + map[31] = "KF-WestLondon"; + map[32] = "KF-Wyre"; } defaultproperties {