forked from nalc/nalc-server
Corrige script génération de la carte (dernière correction ?)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user