SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit a69e716105 - Show all commits

View File

@ -74,9 +74,6 @@ int Connector::Connect(const char* srv_addr, std::string name) {
while (!ready) {
lsPck = netprot::recvPacks(m_sock_tcp, &bf);
if (lsPck.empty())
errors++;
for (auto& pck : lsPck) {
bool bypass_delete = false;
netprot::PlayerInfo* pl = nullptr;