Refine the object culling a little so we don't lose avatar information

This commit is contained in:
Casper Warden
2017-12-14 02:37:47 +00:00
parent 8113846422
commit 2bd3b9a789
9 changed files with 87 additions and 12 deletions

View File

@@ -35,7 +35,7 @@ export class Bot
private ping: Timer | null = null;
private pingNumber = 0;
private lastSuccessfulPing = 0;
private circuitSubscription: Subscription | null = null
private circuitSubscription: Subscription | null = null;
private options: BotOptionFlags;
public clientEvents: ClientEvents;
public clientCommands: ClientCommands;