mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
10 lines
227 B
Bash
Executable File
10 lines
227 B
Bash
Executable File
java -jar maptools/MapPatcher.jar -merge $1 $2 $3 $2
|
|
if [ "$?" -gt 0 ]
|
|
then
|
|
echo "Unable to automatically resolve map conflicts, please merge manually."
|
|
exit 1
|
|
fi
|
|
java -jar maptools/MapPatcher.jar -clean $1 $2 $2
|
|
|
|
exit 0
|