diff -r efc5409a141d -r 860f959f92c9 QTfrontend/team.cpp --- a/QTfrontend/team.cpp Tue Aug 20 14:40:27 2013 +0400 +++ b/QTfrontend/team.cpp Fri Aug 23 16:02:08 2013 +0400 @@ -276,17 +276,6 @@ sl.push_back(QString("evoicepack " + m_voicepack)); sl.push_back(QString("eflag " + m_flag)); - if (!m_isNetTeam) - { - for(int i = 0; i < BINDS_NUMBER; i++) - { - if(m_binds[i].strbind.isEmpty() || m_binds[i].strbind == "default") - sl.push_back(QString("ebind " + config->bind(i) + " " + m_binds[i].action)); - else - sl.push_back(QString("ebind " + m_binds[i].strbind + " " + m_binds[i].action)); - } - } - for (int t = 0; t < m_numHedgehogs; t++) { sl.push_back(QString("eaddhh %1 %2 %3")