*laugh maniacally*

This commit is contained in:
MarcEricMartel
2023-11-01 06:17:58 -04:00
parent 88a8553608
commit 6570ce1302
3 changed files with 0 additions and 23 deletions

View File

@@ -71,9 +71,6 @@ int Connector::Connect(const char* srv_addr, std::string name) {
memset(bf.ptr, '\0', BUFFER_LENGTH);
using namespace std::chrono_literals;
std::this_thread::sleep_for(100ms);
bool ready = false;
int errors = 0;
std::vector<char*> lsPck;