From 00ab656d40a12a56ad2a96957d26f0c0d4e0c0c3 Mon Sep 17 00:00:00 2001 From: Tupakaveli Date: Wed, 24 Jul 2019 19:25:52 +0930 Subject: [PATCH] Fix MC icon not being written if OPL folder exists --- src/util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util.c b/src/util.c index a2aaeb99a..10c645f5c 100644 --- a/src/util.c +++ b/src/util.c @@ -69,10 +69,12 @@ static int checkMC() writeMCIcon(); } } else { + writeMCIcon(); fileXioDclose(fd); mcID = 0x31; } } else { + writeMCIcon(); fileXioDclose(fd); mcID = 0x30; }