Skip to content

Commit

Permalink
fixed masterserver queries
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Aug 1, 2018
1 parent 12f8f22 commit a1e6639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/client/cl_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ void CL_InternetServers_f( void )

Info_SetValueForKey( info, "nat", cl_nat->string, 256 );
Info_SetValueForKey( info, "gamedir", GI->gamedir, 256 );
Info_SetValueForKey( info, "clver", XASH_VERSION, 256 );

MsgDev( D_INFO, "Scanning for servers on the internet area...\n" );
NET_Config( true ); // allow remote
Expand Down

0 comments on commit a1e6639

Please sign in to comment.