Missing serialization (client can't load the icfg)

fixes
Nuno 3 years ago
parent 4c4028822e
commit 7ce53abffe

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

Loading…
Cancel
Save