find my renderers - slenderman or some shit

This commit is contained in:
JuiceyDev
2026-03-05 22:28:13 +01:00
parent ad50bf21d4
commit 6b6fa9a6b0
9 changed files with 74621 additions and 162 deletions

View File

@@ -382,6 +382,8 @@ shared_ptr<Packet> Packet::readPacket(DataInputStream *dis, bool isServer) // th
}
__debugbreak();
//assert(false);
// Close the stream to prevent further reads on a desynced stream
dis->close();
return nullptr;
// throw new IOException(wstring(L"Bad packet id ") + _toString<int>(id));
}