Remove pinpoint from OpenSpades map rotation

This commit is contained in:
DeathByDenim 2024-02-17 16:56:05 -05:00
parent 263873f648
commit d84ef13e50
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 2 additions and 2 deletions

View File

@ -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