Skip to content

Commit

Permalink
Merge pull request tgstation#10305 from TheVekter/mapmergefix2
Browse files Browse the repository at this point in the history
Fixes Prepare Maps.bat not making backups properly
  • Loading branch information
Razharas committed Jul 3, 2015
2 parents d03006d + 9e4feab commit c7cffc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mapmerge/Prepare Maps.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
cd ../../_maps/map_files/

for /R %%f in (*.dmm) do copy %%f "%%f.backup"
for /R %%f in (*.dmm) do copy "%%f" "%%f.backup"

cls
echo All dmm files in map_files directories have been backed up
Expand Down

0 comments on commit c7cffc4

Please sign in to comment.