FIX: 'script run mifare_autopwn' - now doesn't crash

This commit is contained in:
osboxes.org 2019-02-04 22:16:12 +01:00
commit cd44ea27b7
2 changed files with 34 additions and 13 deletions

View file

@ -72,6 +72,7 @@ local function sendCmds( cmds )
if cmds[i] then
print ( cmds[i] )
core.console( cmds[i] )
core.clearCommandBuffer()
end
end
end