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(); title = sTitle.toUtf8();
} }
else else
{ f.serial(title);
string sTitle;
f.serial(sTitle);
}
CGroupContainer *pGC = createFreeTeller(title, ""); CGroupContainer *pGC = createFreeTeller(title, "");

Loading…
Cancel
Save