mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-19 07:51:54 +00:00
fix: cdkey check now properly disable in clients
This commit is contained in:
parent
d54ccee1f5
commit
f2239c75da
1 changed files with 1 additions and 1 deletions
|
@ -1664,7 +1664,7 @@ void idAsyncClient::SetupConnection( void ) {
|
||||||
// do not make the protocol depend on PB
|
// do not make the protocol depend on PB
|
||||||
msg.WriteShort( 0 );
|
msg.WriteShort( 0 );
|
||||||
clientPort.SendPacket( serverAddress, msg.GetData(), msg.GetSize() );
|
clientPort.SendPacket( serverAddress, msg.GetData(), msg.GetSize() );
|
||||||
#ifdef ID_ENFORCE_KEY_CLIENT
|
#if ID_ENFORCE_KEY_CLIENT
|
||||||
if ( idAsyncNetwork::LANServer.GetBool() ) {
|
if ( idAsyncNetwork::LANServer.GetBool() ) {
|
||||||
common->Printf( "net_LANServer is set, connecting in LAN mode\n" );
|
common->Printf( "net_LANServer is set, connecting in LAN mode\n" );
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue