Make Delete also able to kill tasks in app-taskmgr

This commit is contained in:
20kdc 2018-04-17 18:08:03 +01:00
parent d808885c59
commit a9670637d1
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ while true do
end
if n[3] == "key" then
if n[6] then
if n[4] == 8 then
if n[4] == 8 or n[4] == 127 then
if consistentProcList[camY] then
kill(consistentProcList[camY][1])
end