Version 0.98 BETA

This commit is contained in:
OTCv8
2019-10-04 11:08:01 +02:00
parent 2b925dc52d
commit bb3782fb03
17 changed files with 271 additions and 43 deletions

View File

@@ -208,6 +208,7 @@ function enableChat(temporarily)
if temporarily then
local quickFunc = function()
if not g_game.isOnline() then return end
g_keyboard.unbindKeyDown("Enter")
g_keyboard.unbindKeyDown("Escape")
disableChat(temporarily)
@@ -233,6 +234,7 @@ function disableChat()
consoleTextEdit:setText("")
local quickFunc = function()
if not g_game.isOnline() then return end
if consoleToggleChat:isChecked() then
consoleToggleChat:setChecked(false)
end