QTfrontend/net/newnetclient.cpp
changeset 7545 063601290761
parent 7535 87e5838103ff
child 7683 993337e5021f
equal deleted inserted replaced
7543:a0dc770538e1 7545:063601290761
   530             emit chatStringFromNet(tr("%1 *** %2 has joined the room").arg('\x03').arg(lst[i]));
   530             emit chatStringFromNet(tr("%1 *** %2 has joined the room").arg('\x03').arg(lst[i]));
   531         }
   531         }
   532         return;
   532         return;
   533     }
   533     }
   534 
   534 
   535     if(netClientState == InRoom)
   535     if(netClientState == InRoom || netClientState == InGame)
   536     {
   536     {
   537         if (lst[0] == "EM")
   537         if (lst[0] == "EM")
   538         {
   538         {
   539             if(lst.size() < 2)
   539             if(lst.size() < 2)
   540             {
   540             {