mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
5 lines
91 B
Batchfile
5 lines
91 B
Batchfile
@echo off
|
|
set MAPROOT="../../_maps/"
|
|
set TGM=1
|
|
python mapmerger.py %1 %MAPROOT% %TGM%
|
|
pause |