mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 14:13:27 +02:00
Bug fixes for bot
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user