From 5c10580a5b352b9a0b417af63f7d88355fcb32a4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 27 十月 2025 18:37:30 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
 Main/Config/ConfigManager.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Main/Config/ConfigManager.cs b/Main/Config/ConfigManager.cs
index 32e5261..bfc605f 100644
--- a/Main/Config/ConfigManager.cs
+++ b/Main/Config/ConfigManager.cs
@@ -39,6 +39,7 @@
         // 鍔犺浇閰嶇疆鏂囦欢
         HashSet<Type> configTypes = new HashSet<Type>() {
             typeof(ADAwardConfig),
+            typeof(BattleMapConfig),
             typeof(ChestsAwardConfig),
             typeof(CTGConfig),
             typeof(DamageNumConfig),
@@ -224,6 +225,8 @@
     {
         // 娓呯┖ ADAwardConfig 瀛楀吀
         ClearConfigDictionary<ADAwardConfig>();
+        // 娓呯┖ BattleMapConfig 瀛楀吀
+        ClearConfigDictionary<BattleMapConfig>();
         // 娓呯┖ ChestsAwardConfig 瀛楀吀
         ClearConfigDictionary<ChestsAwardConfig>();
         // 娓呯┖ CTGConfig 瀛楀吀
--
Gitblit v1.8.0