mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
double click funcionalities and some fixes
This commit is contained in:
@@ -127,6 +127,10 @@ function Console.addChannel(name, id)
|
||||
end
|
||||
|
||||
function Console.addPrivateText(text, speaktype, name)
|
||||
if speaktype.speakType == SpeakPrivateNpcToPlayer then
|
||||
name = 'NPCs'
|
||||
end
|
||||
|
||||
local privateTab = Console.getTab(name)
|
||||
if privateTab == nil then
|
||||
if Options.showPrivateMessagesInConsole then
|
||||
|
Reference in New Issue
Block a user