Skip to content

Commit

Permalink
Merge pull request #2105 from Antiklesys/master
Browse files Browse the repository at this point in the history
Fixed the way the time param is passed in the hf_mf_uidbruteforce.lua script
  • Loading branch information
iceman1001 authored Sep 10, 2023
2 parents b59fad8 + 2fb281b commit 914a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/luascripts/hf_mf_uidbruteforce.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ local function main(args)
local c = string.format( command, n )
print('Running: "'..c..'"')
core.console(c)
core.console('msleep '..timeout);
core.console('msleep -t'..timeout);
core.console('hw ping')
end

Expand Down

0 comments on commit 914a04d

Please sign in to comment.