Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Sep 3, 2024
1 parent 1e82ac2 commit 67c5939
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 67c5939

Please sign in to comment.