From 3de69fd233e22367168743d15fe4d5ab87532acb Mon Sep 17 00:00:00 2001 From: RoamerX <20692776+RoamerX@users.noreply.github.com> Date: Wed, 30 Jul 2025 11:58:46 +0800 Subject: [PATCH] Update region_map_sections.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决使用porymap修改地图后,编译时报错无法找到name的问题 --- src/data/region_map/region_map_sections.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/region_map/region_map_sections.json b/src/data/region_map/region_map_sections.json index ea7fe2486e..cb5d5125b9 100644 --- a/src/data/region_map/region_map_sections.json +++ b/src/data/region_map/region_map_sections.json @@ -699,7 +699,7 @@ }, { "id": "MAPSEC_DYNAMIC", - "name": "", + "name": " ", "x": 0, "y": 0, "width": 1,