fix: cache truco 2 (#247)

This commit is contained in:
JustEvil 2024-08-19 21:12:16 -06:00 committed by GitHub
parent f630d118fb
commit ec0ddb64c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
src/cache/index.ts vendored
View File

@ -175,7 +175,7 @@ export class Cache {
this.bans = new Bans(this, client);
}
if (!this.disabledCache.onPacket) delete this.onPacket;
if (this.disabledCache.onPacket) delete this.onPacket;
}
/** @internal */