diff -r af229e3d274a -r 574d34577ee9 QTfrontend/game.cpp --- a/QTfrontend/game.cpp Wed Apr 04 21:34:09 2018 +0200 +++ b/QTfrontend/game.cpp Fri Apr 06 12:34:23 2018 -0400 @@ -144,7 +144,7 @@ HWProto::addStringToBuffer(teamscfg, "TL"); HWProto::addStringToBuffer(teamscfg, QString("etheme %1") - .arg((themeModel->rowCount() > 0) ? themeModel->index(rand() % themeModel->rowCount()).data(ThemeModel::ActualNameRole).toString() : "steel")); + .arg((themeModel->rowCount() > 0) ? themeModel->index(rand() % themeModel->rowCount()).data(ThemeModel::ActualNameRole).toString() : "Nature")); HWProto::addStringToBuffer(teamscfg, "eseed " + QUuid::createUuid().toString()); HWProto::addStringToBuffer(teamscfg, "e$template_filter 2");