From d3fb148049a0897797da278c0e4897f5584bc7b1 Mon Sep 17 00:00:00 2001 From: DrFellman <42814671+DrFellman@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:35:43 +0100 Subject: [PATCH] Update nfc-mfclassic.c chinese magic --- utils/nfc-mfclassic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/nfc-mfclassic.c b/utils/nfc-mfclassic.c index 244af45..ce98d3f 100644 --- a/utils/nfc-mfclassic.c +++ b/utils/nfc-mfclassic.c @@ -416,8 +416,8 @@ write_card(bool write_block_zero) // Completely write the card, but skipping block 0 if we don't need to write on it for (uiBlock = 0; uiBlock <= uiBlocks; uiBlock++) { //Determine if we have to write block 0 - if (!write_block_zero && uiBlock == 0) { - continue; + //if (!write_block_zero && uiBlock == 0) { + //continue; } // Authenticate everytime we reach the first sector of a new block if (uiBlock == 1 || is_first_block(uiBlock)) {