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'))
|
privateTab = Console.getTab(tr('Default'))
|
||||||
else
|
else
|
||||||
privateTab = Console.addTab(name, focus)
|
privateTab = Console.addTab(name, focus)
|
||||||
|
channels[name] = name
|
||||||
end
|
end
|
||||||
privateTab.npcChat = speaktype.npcChat
|
privateTab.npcChat = speaktype.npcChat
|
||||||
elseif focus then
|
elseif focus then
|
||||||
|
|
Loading…
Reference in New Issue