Skip to content

Commit

Permalink
engine: common: register forgotten net_clockwindow cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Feb 28, 2025
1 parent 7372982 commit 9b0ad7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/common/net_ws.c
Original file line number Diff line number Diff line change
Expand Up @@ -2027,6 +2027,7 @@ void NET_Init( void )
Cvar_RegisterVariable( &net_fakelag );
Cvar_RegisterVariable( &net_fakeloss );
Cvar_RegisterVariable( &net_resolve_debug );
Cvar_RegisterVariable( &net_clockwindow );

Q_snprintf( cmd, sizeof( cmd ), "%i", PORT_SERVER );
Cvar_FullSet( "hostport", cmd, FCVAR_READ_ONLY );
Expand Down

0 comments on commit 9b0ad7d

Please # to comment.