This commit is contained in:
Tobias Frost 2025-04-09 13:49:35 +02:00 committed by GitHub
commit 0bbc60e5c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1688,7 +1688,7 @@ void idAsyncClient::SetupConnection( void ) {
}
#else
if (! Sys_IsLANAddress( serverAddress ) ) {
common->Printf( "Build Does not have CD Key Enforcement enabled. The Server ( %s ) is not within the lan addresses. Attemting to connect.\n", Sys_NetAdrToString( serverAddress ) );
common->Printf( "Build Does not have CD Key Enforcement enabled. The Server ( %s ) is not within the lan addresses. Attempting to connect.\n", Sys_NetAdrToString( serverAddress ) );
}
common->Printf( "Not Testing key.\n" );
#endif