From d84ef13e50dce6e02103fa01957f512e7dd903b4 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Sat, 17 Feb 2024 16:56:05 -0500 Subject: [PATCH] Remove pinpoint from OpenSpades map rotation --- scripts/deploy_openspades.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy_openspades.sh b/scripts/deploy_openspades.sh index 4bbea6d..cb573bd 100755 --- a/scripts/deploy_openspades.sh +++ b/scripts/deploy_openspades.sh @@ -45,7 +45,7 @@ sudo -u ${systemuser} sed -i ${systemuserhome}/.config/piqueserver/config.toml \ -e s/"color = \[ 0, 0, 255\]"/"color = [ 0, 255, 255]"/ \ -e s/"name = \"Green\""/"name = \"Pinkster\""/ \ -e s/"color = \[ 0, 255, 0\]"/"color = [ 255, 0, 255]"/ \ - -e s/" \"classicgen\","/" \"smallrandomisland\",\n \"island\",\n \"pinpoint\",\n \"realisticbridge\",\n \"rocketisland\",\n \"submarine\","/ \ + -e s/" \"classicgen\","/" \"smallrandomisland\",\n \"island\",\n \"realisticbridge\",\n \"rocketisland\",\n \"submarine\","/ \ -e s/"default_time_limit = \"2hours\""/"default_time_limit = \"20minutes\""/ deactivate @@ -63,7 +63,7 @@ User=${systemuser} WantedBy=multi-user.target EOF -for map in island pinpoint realisticbridge rocketisland submarine; do +for map in island realisticbridge rocketisland submarine; do curl "https://raw.githubusercontent.com/kinvaris/openspades-maps/master/${map}.txt" > ${systemuserhome}/.config/piqueserver/maps/${map}.txt curl "https://raw.githubusercontent.com/kinvaris/openspades-maps/master/${map}.vxl" > ${systemuserhome}/.config/piqueserver/maps/${map}.vxl done