--- a/QTfrontend/game.cpp Wed Dec 08 22:35:29 2010 +0100
+++ b/QTfrontend/game.cpp Thu Dec 09 11:59:07 2010 +0300
@@ -78,7 +78,7 @@
}
HWProto::addStringToBuffer(buf, gt);
- HWProto::addStringListToBuffer(buf, gamecfg->getFullConfig());
+ buf += gamecfg->getFullConfig();
if (m_pTeamSelWidget)
{