diff -r 10e7eed3f180 -r 3833741d8752 QTfrontend/game.cpp --- a/QTfrontend/game.cpp Thu Sep 27 19:15:49 2012 +0400 +++ b/QTfrontend/game.cpp Thu Sep 27 23:24:01 2012 +0400 @@ -126,6 +126,8 @@ .arg((themeModel->rowCount() > 0) ? themeModel->index(rand() % themeModel->rowCount()).data().toString() : "steel")); HWProto::addStringToBuffer(teamscfg, "eseed " + QUuid::createUuid().toString()); + HWProto::addStringToBuffer(teamscfg, "e$template_filter 2"); + HWTeam team1; team1.setDifficulty(0); team1.setColor(0);