mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: Removed an unneccesary parameter for "hf mf sim"
This commit is contained in:
parent
d8c927bcec
commit
8e726f6c37
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ local function main(args)
|
||||||
err = LoadEmulator(blocks)
|
err = LoadEmulator(blocks)
|
||||||
if err then return oops(err) end
|
if err then return oops(err) end
|
||||||
core.clearCommandBuffer()
|
core.clearCommandBuffer()
|
||||||
print('The simulation is now prepared.\n --> run \"hf mf sim u '..uid..' x\" <--')
|
print('The simulation is now prepared.\n --> run \"hf mf sim u '..uid..'\" <--')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
main(args)
|
main(args)
|
Loading…
Add table
Add a link
Reference in a new issue