mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01: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