close private msg when relogin
This commit is contained in:
parent
043be32759
commit
ea70b85c8b
|
@ -357,6 +357,7 @@ function Console.addPrivateText(text, speaktype, name, isPrivateCommand, creatur
|
|||
privateTab = Console.getTab(tr('Default'))
|
||||
else
|
||||
privateTab = Console.addTab(name, focus)
|
||||
channels[name] = name
|
||||
end
|
||||
privateTab.npcChat = speaktype.npcChat
|
||||
elseif focus then
|
||||
|
|
Loading…
Reference in New Issue