And though the news was rather sad
This commit is contained in:
parent
3f8d860b93
commit
a69e716105
@ -74,9 +74,6 @@ int Connector::Connect(const char* srv_addr, std::string name) {
|
|||||||
while (!ready) {
|
while (!ready) {
|
||||||
lsPck = netprot::recvPacks(m_sock_tcp, &bf);
|
lsPck = netprot::recvPacks(m_sock_tcp, &bf);
|
||||||
|
|
||||||
if (lsPck.empty())
|
|
||||||
errors++;
|
|
||||||
|
|
||||||
for (auto& pck : lsPck) {
|
for (auto& pck : lsPck) {
|
||||||
bool bypass_delete = false;
|
bool bypass_delete = false;
|
||||||
netprot::PlayerInfo* pl = nullptr;
|
netprot::PlayerInfo* pl = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user