diff --git a/.github/workflows/serverlist-validate-game-icons.sh b/.github/workflows/serverlist-validate-game-icons.sh index 4701aabd63..ca41892c9b 100755 --- a/.github/workflows/serverlist-validate-game-icons.sh +++ b/.github/workflows/serverlist-validate-game-icons.sh @@ -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)" diff --git a/lgsm/data/gameicons/mumble-icon.png b/lgsm/data/gameicons/mumble-icon.png deleted file mode 100644 index e1c7063379..0000000000 Binary files a/lgsm/data/gameicons/mumble-icon.png and /dev/null differ