Renomme et corrige script génération de la map

This commit is contained in:
2021-08-27 11:19:52 +02:00
parent 5291494df1
commit 3a8a969062
2 changed files with 4 additions and 4 deletions

View File

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