From 2df58aeacbf1177ec01167bdeccfe89d6a8d5804 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 13 二月 2019 14:20:28 +0800
Subject: [PATCH] 3335 配置表读取重构,修改配置表读取接口1
---
System/MainInterfacePanel/MapSwitchingBehaviour.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/MapSwitchingBehaviour.cs b/System/MainInterfacePanel/MapSwitchingBehaviour.cs
index f26de4e..def7dfc 100644
--- a/System/MainInterfacePanel/MapSwitchingBehaviour.cs
+++ b/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++)
--
Gitblit v1.8.0