Skip to content

Commit

Permalink
Merge pull request tgstation#12287 from Jordie0608/equalityforalldmmf…
Browse files Browse the repository at this point in the history
…iles

Prepare Maps.bat for entire _maps directory
  • Loading branch information
Razharas committed Oct 12, 2015
2 parents 16eddfb + 5282d88 commit ca0df28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/mapmerge/Prepare Maps.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@echo off
cd ../../_maps/map_files/
cd ../../_maps/

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

cls
echo All dmm files in map_files directories have been backed up
echo All dmm files in _maps directories have been backed up
echo Now you can make your changes...
echo ---
echo Remember to run Run_Map_Merge.bat just before you commit your changes!
Expand Down

0 comments on commit ca0df28

Please sign in to comment.