mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-05 18:46:01 +00:00
Print TIDs in every new thread
This commit is contained in:
@@ -245,6 +245,7 @@ void UDPParser(Client* c, std::string Packet) {
|
||||
GParser(c, Packet);
|
||||
}
|
||||
void LOOP() {
|
||||
DebugPrintTID();
|
||||
while (UDPSock != -1) {
|
||||
for (PacketData* p : DataAcks) {
|
||||
if (p != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user