Skip to content

Commit

Permalink
Fix erronous default value in update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jan 23, 2024
1 parent 0529c7a commit 8622baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/UpdatePaths/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
property = @UNSET - will apply the rule only if the property is not mapedited
"""

default_map_directory = "../maps"
default_map_directory = "../../maps"
replacement_re = re.compile(r'\s*(?P<path>[^{]*)\s*(\{(?P<props>.*)\})?')

#urgent todo: replace with actual parser, this is slow as janitor in crit
Expand Down

0 comments on commit 8622baa

Please sign in to comment.