mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-06 20:02:04 +01:00
6 lines
69 B
Batchfile
6 lines
69 B
Batchfile
@echo off
|
|
set MAPROOT=../../maps/
|
|
set TGM=1
|
|
python mapmerge.py
|
|
pause
|