Missing serialization (client can't load the icfg)

fixes
Nuno 3 years ago
parent 9923062417
commit 4c4028822e

@ -1026,6 +1026,11 @@ void CChatGroupWindow::loadFreeTeller(NLMISC::IStream &f)
f.serial(sTitle);
title = sTitle.toUtf8();
}
else
{
string sTitle;
f.serial(sTitle);
}
CGroupContainer *pGC = createFreeTeller(title, "");

Loading…
Cancel
Save