Bot fixes.

This commit is contained in:
Justin Marshall
2026-05-20 09:10:15 -07:00
parent ed6b826d23
commit 31a3805769
9 changed files with 571 additions and 421 deletions
@@ -2705,6 +2705,10 @@ void idAsyncServer::RunFrame( void ) {
continue;
}
if (client.channel.GetRemoteAddress().type == NA_BOT) {
continue;
}
// send additional message fragments if the last message was too large to send at once
if ( client.channel.UnsentFragmentsLeft() ) {
client.channel.SendNextFragment( serverPort, serverTime );