Revert "Changed: Fix issue with webig dynChat "

This reverts commit 14a375eea9f97cabb23199719cfa8022d9e907d1.
ryzom/ark/features
Ulukyn 5 years ago
parent e349cb4399
commit 0aff3b4365

@ -892,7 +892,7 @@ void CGroupInSceneBubbleManager::dynChatOpen (uint32 nBotUID, uint32 nBotName, c
uint32 pos, j;
for (pos = 0; pos < _DynBubbles.size(); ++pos)
{
if (_DynBubbles[pos].BotUID == nBotUID && _DynBubbles[pos].BotName != 0)
if (_DynBubbles[pos].BotUID == nBotUID)
break;
}
@ -1005,7 +1005,7 @@ void CGroupInSceneBubbleManager::webIgChatOpen (uint32 nBotUID, string text, con
uint32 pos, j;
for (pos = 0; pos < _DynBubbles.size(); ++pos)
{
if (_DynBubbles[pos].BotUID == nBotUID && _DynBubbles[pos].BotName == 0)
if (_DynBubbles[pos].BotUID == nBotUID)
break;
}

Loading…
Cancel
Save