Skip to content

Commit

Permalink
Merge pull request #923 from plexguide/dev
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Admin9705 authored Sep 3, 2024
2 parents 2d5d4cc + 67c5939 commit 7ac0a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/scripts/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ac0a1e

Please sign in to comment.