Missing serialization (client can't load the icfg)

23-sort-inventory-by-type-weight-bulk-quantity-quality
Nuno 3 years ago
parent 8f74ba7851
commit b4323b6515

@ -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