engine: client: add stubs for richpresence commands added in HL25

This commit is contained in:
Alibek Omarov
2024-10-16 05:57:24 +03:00
parent f42553d0e1
commit cc0f12ed26

View File

@@ -3332,6 +3332,9 @@ static void CL_InitLocal( void )
Cmd_AddCommand ("rcon", CL_Rcon_f, "sends a command to the server console (rcon_password and rcon_address required)" );
Cmd_AddCommand ("precache", CL_LegacyPrecache_f, "legacy server compatibility" );
Cmd_AddCommand( "richpresence_gamemode", Cmd_Null_f, "compatibility command, does nothing" );
Cmd_AddCommand( "richpresence_update", Cmd_Null_f, "compatibility command, does nothing" );
}
//============================================================================