diff options
| author | mat <git@matdoes.dev> | 2025-11-15 13:23:31 -0330 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-11-15 13:23:31 -0330 |
| commit | 19041c54a8b86abe54e466440f82b4feee35dba4 (patch) | |
| tree | 966ce7ea105aa8698c8a817f7840a7cbcc3d1d09 /azalea-client/src | |
| parent | 5ef9ab939500388fb4e636974161eb0959130065 (diff) | |
| download | azalea-drasl-19041c54a8b86abe54e466440f82b4feee35dba4.tar.xz | |
log more debug info when resizing chunk palettes
Diffstat (limited to 'azalea-client/src')
| -rw-r--r-- | azalea-client/src/plugins/chat_signing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/plugins/chat_signing.rs b/azalea-client/src/plugins/chat_signing.rs index 5c805f01..612383c2 100644 --- a/azalea-client/src/plugins/chat_signing.rs +++ b/azalea-client/src/plugins/chat_signing.rs @@ -39,7 +39,7 @@ pub struct RequestCertsTask(pub Task<Result<Certificates, FetchCertificatesError /// /// This is used to avoid spamming requests if requesting certs fails. Usually, /// we just check [`Certificates::expires_at`]. -#[derive(Component)] +#[derive(Component, Debug)] pub struct OnlyRefreshCertsAfter { pub refresh_at: Instant, } |
