mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Removes Direct3D9 functionality.
This commit is contained in:
parent
5ac6f6beb3
commit
edd1e0a270
86 changed files with 382 additions and 10445 deletions
|
|
@ -2113,12 +2113,6 @@ static void handleGameInfoResponse( const NetAddress* address, BitStream* stream
|
|||
return;
|
||||
}
|
||||
|
||||
if ( sActiveFilter.filterFlags & ServerFilter::NotXenon && si->isXenon() )
|
||||
{
|
||||
Con::printf( "Server %s filtered out by no-xenon flag.", addrString );
|
||||
removeServerInfo( address );
|
||||
return;
|
||||
}
|
||||
}
|
||||
si->status.set( ServerInfo::Status_Responded );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue