System/MainInterfacePanel/MapSwitchingBehaviour.cs
@@ -18,7 +18,7 @@ public void InitAwake() { var config = Config.Instance.Get<FuncConfigConfig>("MapLine").Numerical4; var config = FuncConfigConfig.Get("MapLine").Numerical4; int[] mapList = ConfigParse.GetMultipleStr<int>(config); MapIdList.Clear(); for (int i = 0; i < mapList.Length; i++)