mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
fix prepare maps (#3060)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
@echo off
|
||||
cd ../../maps/aurora-2
|
||||
cd ../../maps/aurora
|
||||
|
||||
for /R %%f in (*.dmm) do copy "%%f" "%%f.backup"
|
||||
|
||||
cls
|
||||
echo All dmm files in the maps/aurora-2 directory have been backed up.
|
||||
echo All dmm files in the maps/aurora directory have been backed up.
|
||||
echo Now you can make your changes...
|
||||
echo ---
|
||||
echo Remember to run Run Map Merge - TGM.bat just before you commit your changes!
|
||||
|
||||
Reference in New Issue
Block a user