mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
once more with feeling
This commit is contained in:
+125851
-6205
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
cd ../maps/yw
|
||||
cd ../../maps/yw
|
||||
|
||||
for /R %%f in (*.dmm) do copy "%%f" "%%f.backup"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
set MAPROOT=../maps/yw
|
||||
set MAPROOT=../../maps/yw
|
||||
set TGM=1
|
||||
python mapmerge.py
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user