double click funcionalities and some fixes

This commit is contained in:
Andre Ricca da Costa
2012-02-03 04:20:58 -02:00
parent 1340699b01
commit 882b7ec026
5 changed files with 15 additions and 1 deletions

View File

@@ -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