ptit cleanup

This commit is contained in:
MarcEricMartel 2023-10-31 14:40:38 -04:00
parent 54307b7c17
commit 553ef01765

View File

@ -839,10 +839,6 @@ std::vector<char*> netprot::recvPacks(SOCKET sock, Buffer* buf) {
len += bytes;
end = len;
for (int x = 0; x < len; ++x)
std::putchar(buf->ptr[x]);
std::puts("");
while (true) {
int cmp = 0;