From 863495d16951fd4f25034a339c21c01c2503e994 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 18 Apr 2026 14:46:01 -0400 Subject: [PATCH] Mistakenly set tcp for top speed server. Fixed that. --- .includes/topspeed.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.includes/topspeed.sh b/.includes/topspeed.sh index 54ae00d..6ce1bae 100644 --- a/.includes/topspeed.sh +++ b/.includes/topspeed.sh @@ -274,12 +274,6 @@ configure_topspeed_firewall() { fi # `sudoFlags` is initialized by the main launcher before sourcing this file. - # shellcheck disable=SC2154 - if ! sudo "${sudoFlags[@]}" ufw allow "${topspeedServerPort}/tcp"; then - msgbox "Failed to allow the Top Speed server port ${topspeedServerPort}/tcp." - return 1 - fi - # shellcheck disable=SC2154 if ! sudo "${sudoFlags[@]}" ufw allow "${topspeedServerPort}/udp"; then msgbox "Failed to allow the Top Speed server port ${topspeedServerPort}/udp."