Corrige script génération de la carte (dernière correction ?)

This commit is contained in:
bri cassa 2021-08-27 11:58:05 +02:00
parent 8c43ee8933
commit 526b8ee193
1 changed files with 1 additions and 3 deletions

View File

@ -49,9 +49,7 @@ action() {
[ ! -e "$serverpath/colors.txt" ] && error "$serverpath/colors.txt manquant"
pushd "$serverpath/minetestmapper"
./minetestmapper -i "$world" -o /tmp/nalc_map.png \\
--colors "$serverpath/colors.txt" --min-y -25 --max-y 300 \\
--geometry -5000:-5000+10000+10000
./minetestmapper -i "$world" -o /tmp/nalc_map.png --colors "$serverpath/colors.txt" --min-y -25 --max-y 300 --geometry -5000:-5000+10000+10000
verif
popd