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