Skip to content

Commit

Permalink
Fix MC icon not being written if OPL folder exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Tupakaveli committed Jul 24, 2019
1 parent a68f0c0 commit 00ab656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util.c
Expand Up @@ -69,10 +69,12 @@ static int checkMC()
writeMCIcon();
}
} else {
writeMCIcon();
fileXioDclose(fd);
mcID = 0x31;
}
} else {
writeMCIcon();
fileXioDclose(fd);
mcID = 0x30;
}
Expand Down

0 comments on commit 00ab656

Please sign in to comment.