mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-04-02 10:31:18 +01:00
This commit updates the .gitignore file to ignore the proper files with the new tree system, and modifies the mapmerge files to the latest -tg- files, as those are already compatible and written for the new tree system.
7 lines
207 B
Batchfile
7 lines
207 B
Batchfile
@echo off
|
|
cd ../../_maps/map_files/
|
|
set /P MAPFILE=Please enter mapfile (relative to map_files folder):
|
|
|
|
java -jar ../../tools/mapmerge/MapPatcher.jar -clean "%MAPFILE%.backup" "%MAPFILE%" "%MAPFILE%"
|
|
|
|
pause |