mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 12:42:43 +01:00
d6c04b78e9
Updates all the shuttle turfs.
14 lines
163 B
Batchfile
14 lines
163 B
Batchfile
cd ../../maps/northern_star
|
|
|
|
FOR %%f IN (*.dmm) DO (
|
|
copy %%f %%f.backup
|
|
)
|
|
|
|
cd ../../maps/southern_cross
|
|
|
|
FOR %%f IN (*.dmm) DO (
|
|
copy %%f %%f.backup
|
|
)
|
|
|
|
pause
|