Missing serialization (client can't load the icfg)

feature/hunter-dxsdk-download
Nuno 3 years ago
parent 415fe11606
commit 0063396369

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

Loading…
Cancel
Save