mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-13 02:11:44 +01:00
8 lines
149 B
Batchfile
8 lines
149 B
Batchfile
SET z_levels=6
|
|
cd
|
|
|
|
FOR %%f IN (../../maps/*.dmm) DO (
|
|
java -jar MapPatcher.jar -clean ../../maps/%%f.backup ../../maps/%%f ../../maps/%%f
|
|
)
|
|
|
|
pause |