Skip to content

Commit

Permalink
Taskkilling AHK files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizlim authored and Rizlim committed Jun 3, 2019
1 parent dd991c7 commit 0a86559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/PAL2/SystemHandling/AddonUpdater.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fun updateAddon(aid: Int, image: Image)

fun closeAllAddons()
{
taskKill("autohotkey.exe")
taskKill("autohotkey.exe /F")
taskKill("Path of Maps Client.exe")
taskKill("TraderForPoe.exe")
taskKill("javaw.exe")
Expand Down

0 comments on commit 0a86559

Please sign in to comment.