QTfrontend/net/newnetclient.cpp
changeset 8762 388d2bf73ff9
parent 8759 1a4b9b9fe2b0
child 8765 688062f1db59
equal deleted inserted replaced
8759:1a4b9b9fe2b0 8762:388d2bf73ff9
   367         emit playerInfo(lst[1], lst[2], lst[3], lst[4]);
   367         emit playerInfo(lst[1], lst[2], lst[3], lst[4]);
   368         if (netClientState != InLobby)
   368         if (netClientState != InLobby)
   369         {
   369         {
   370             QStringList tmp = lst;
   370             QStringList tmp = lst;
   371             tmp.removeFirst();
   371             tmp.removeFirst();
   372             emit chatStringFromNet(tmp.join("\n").prepend('\x01'));
   372             emit chatStringFromNet(tmp.join(" ").prepend('\x01'));
   373         }
   373         }
   374         return;
   374         return;
   375     }
   375     }
   376 
   376 
   377     if (lst[0] == "SERVER_VARS")
   377     if (lst[0] == "SERVER_VARS")