Fix issue with WS not sending any updates for Centers

This commit is contained in:
David Majdandžić
2023-04-03 17:49:23 +02:00
parent f3917090f7
commit 3856fcecbd
3 changed files with 20 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ export class CenterSessionManager extends SessionManager {
ManagedSessionClass: typeof Center = Center;
sessionId: number = 0;
sessions: Center[] = [];
identifier: string = "Client";
identifier: string = "Center";
readonly logger: Logger = new Logger("CenterSessionManager");
constructor() {