mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
11 lines
142 B
Batchfile
11 lines
142 B
Batchfile
@echo off
|
|
set MAPROOT=../../maps/
|
|
set TGM=1
|
|
python ../python_version_check.py
|
|
if ERRORLEVEL 1 (
|
|
pause
|
|
exit
|
|
)
|
|
python mapmerge.py
|
|
pause
|