mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-13 08:41:28 +02:00
Bot fixes.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user