pub fn request_certs_if_needed(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &Account, Option<&OnlyRefreshCertsAfter>, Option<&ChatSigningSession>), (Without<RequestCertsTask>, With<InGameState>, With<IsAuthenticated>)>,
)pub fn request_certs_if_needed(
commands: Commands<'_, '_>,
query: Query<'_, '_, (Entity, &Account, Option<&OnlyRefreshCertsAfter>, Option<&ChatSigningSession>), (Without<RequestCertsTask>, With<InGameState>, With<IsAuthenticated>)>,
)