SQC-15_online #1
@ -163,7 +163,6 @@ int Server::Ready() {
|
||||
play.tid = log->tid;
|
||||
|
||||
sendPackTo<GameInfo>(m_sock_udp, &m_game, &m_buf, &sockad);
|
||||
std::cout << m_game.seed << std::endl;
|
||||
Connection* conn = new Connection(sock, sockad, *log, play);
|
||||
|
||||
m_conns[log->sid] = conn;
|
||||
|
@ -94,6 +94,7 @@ int Connector::Connect(const char* srv_addr, std::string name) {
|
||||
++errors;
|
||||
else {
|
||||
m_players[pl->id] = pl;
|
||||
std::cout << "A challenger appears! " << pl->name << std::endl;
|
||||
}
|
||||
break;
|
||||
case TEAMINF:
|
||||
|
Loading…
Reference in New Issue
Block a user