diff --git a/armsrc/Standalone/hf_mattyrun.c b/armsrc/Standalone/hf_mattyrun.c index 6317e3bfd..6437893ac 100644 --- a/armsrc/Standalone/hf_mattyrun.c +++ b/armsrc/Standalone/hf_mattyrun.c @@ -2676,6 +2676,7 @@ void RunMod(void) { } int filled; + partialEmulation = false; DbpString("[=] Filling emulator memory using key A"); filled = MifareECardLoad(sectorsCnt, MF_KEY_A); if (filled != PM3_SUCCESS) {