Bug fixes for bot

This commit is contained in:
OTCv8
2019-10-27 20:24:54 +01:00
parent 95f7b39a10
commit 12e5c1557c
10 changed files with 242 additions and 58 deletions

View File

@@ -12,11 +12,11 @@ function init()
bugTextEdit = bugReportWindow:getChildById('bugTextEdit')
g_keyboard.bindKeyDown(HOTKEY, show)
g_keyboard.bindKeyDown(HOTKEY, show, modules.game_interface.getRootPanel())
end
function terminate()
g_keyboard.unbindKeyDown(HOTKEY)
g_keyboard.unbindKeyDown(HOTKEY, modules.game_interface.getRootPanel())
bugReportWindow:destroy()
end