Modifie génération de carte pour utiliser leaftest

This commit is contained in:
2021-08-27 23:58:10 +02:00
parent 526b8ee193
commit d7f3eecfaa
3 changed files with 40 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ action() {
[[ $bak -eq 1 ]] && $serverpath/backup.sh
if [ $regenmap -eq 1 ]; then
mount $mountpoint
sleep 5
sleep 3
$serverpath/genmap.sh $serverpath $world $mapdest
umount $mountpoint
fi