From f8f8a117085d9469b4d0e3ba1ddc50a307f30741 Mon Sep 17 00:00:00 2001 From: Schmurtz Date: Mon, 30 Oct 2023 01:59:46 +0100 Subject: [PATCH] Fix Netplay GLO menu Fix GLO menu when Netplay entry is not available --- static/build/App/romscripts/Netplay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/build/App/romscripts/Netplay.sh b/static/build/App/romscripts/Netplay.sh index e6142ed4b..e79040fa3 100644 --- a/static/build/App/romscripts/Netplay.sh +++ b/static/build/App/romscripts/Netplay.sh @@ -12,7 +12,7 @@ if [ "$3" = "DynamicLabel" ]; then romdirname="$6" romext="$7" if [ -z "$romdirname" ] || [ "$romext" == "miyoocmd" ]; then - DynamicLabel = "none" + DynamicLabel="none" else netplaycore_info=$(grep "^${romdirname};" "$sysdir/config/netplay_cores.conf") if [ -n "$netplaycore_info" ]; then