mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
fix: cache truco 2 (#247)
This commit is contained in:
parent
f630d118fb
commit
ec0ddb64c9
2
src/cache/index.ts
vendored
2
src/cache/index.ts
vendored
@ -175,7 +175,7 @@ export class Cache {
|
|||||||
this.bans = new Bans(this, client);
|
this.bans = new Bans(this, client);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.disabledCache.onPacket) delete this.onPacket;
|
if (this.disabledCache.onPacket) delete this.onPacket;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @internal */
|
/** @internal */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user