mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
Use correct directory for screenshots
This commit is contained in:
parent
dc8462dd55
commit
4a5085380e
2 changed files with 40 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ class plugin : Plugin() {
|
|||
override fun keyPressed(e: KeyEvent) {
|
||||
if (e.keyCode == KeyEvent.VK_PRINTSCREEN && e.isControlDown) {
|
||||
API.Screenshot()
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue