mapmerge update + mats properly work

This commit is contained in:
Letter N
2021-03-05 15:38:35 +08:00
parent a0020c6fdf
commit 2542fe05e9
35 changed files with 552 additions and 765 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ def update_map(map_filepath, updates, verbose=False):
dmm_data = DMM.from_file(map_filepath)
for update_string in updates:
update_path(dmm_data, update_string, verbose)
dmm_data.to_file(map_filepath, True)
dmm_data.to_file(map_filepath)
def update_all_maps(map_directory, updates, verbose=False):