Skip to content

Commit

Permalink
refactor: remove unused mumble-icon.png game icon
Browse files Browse the repository at this point in the history
The code changes involve removing the unused mumble-icon.png game icon. This change helps to clean up the codebase by removing unnecessary files.
  • Loading branch information
dgibbs64 committed Oct 16, 2023
1 parent ad3453e commit 932c030
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/serverlist-validate-game-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ for gameicon in $(ls -1 gameicons); do
fi
done

# check that the number of gameicons matches the number of servers in serverlist.csv
echo ""
echo "Checking that the number of gameicons matches the number of servers in serverlist.csv"
gameiconcount="$(ls -1 gameicons | wc -l)"
Expand Down
Binary file removed lgsm/data/gameicons/mumble-icon.png
Binary file not shown.

0 comments on commit 932c030

Please sign in to comment.