From e2a50250b8d87e708b6f9b25d0404c68b5704dfa Mon Sep 17 00:00:00 2001 From: glax Date: Fri, 31 Mar 2023 21:57:45 +0200 Subject: [PATCH] Fixed tagsFileName ("..tags") --- Server/RegionConverter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/RegionConverter.cs b/Server/RegionConverter.cs index 688d856..aa1f355 100644 --- a/Server/RegionConverter.cs +++ b/Server/RegionConverter.cs @@ -19,7 +19,7 @@ public class RegionConverter private const string NodesFileName = "region.nodes"; private const string WaysFileName = "region.ways"; - private const string tagsFileName = ".tags"; + private const string tagsFileName = "waytags"; public static void ConvertXMLToRegions(string filePath, string outputPath) {