diff --git a/mods/scripts/menu.sh b/mods/scripts/menu.sh index 0667f7b07c..ab90c8b4cc 100644 --- a/mods/scripts/menu.sh +++ b/mods/scripts/menu.sh @@ -27,7 +27,7 @@ load_config() { # Function to determine the color based on the version get_color() { - if [[ "$VERSION" == *"Alpha"* ]]; then + if [[ "$VERSION" == *"PG Dev"* ]]; then echo "$RED" elif [[ "$VERSION" == *".B"* ]]; then echo "$ORANGE"