ptit cleanup
This commit is contained in:
parent
54307b7c17
commit
553ef01765
@ -839,10 +839,6 @@ std::vector<char*> netprot::recvPacks(SOCKET sock, Buffer* buf) {
|
|||||||
len += bytes;
|
len += bytes;
|
||||||
end = len;
|
end = len;
|
||||||
|
|
||||||
for (int x = 0; x < len; ++x)
|
|
||||||
std::putchar(buf->ptr[x]);
|
|
||||||
std::puts("");
|
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
int cmp = 0;
|
int cmp = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user