From 37583d10c06c8ed6b2d9c88881ff54e6be06f9b6 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 12 Dec 2020 22:58:52 +0100 Subject: [PATCH] Updated avatar as well wehn switching the client info --- shared/js/ui/frames/side/ClientInfoController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/js/ui/frames/side/ClientInfoController.ts b/shared/js/ui/frames/side/ClientInfoController.ts index b94a626b..b7049f56 100644 --- a/shared/js/ui/frames/side/ClientInfoController.ts +++ b/shared/js/ui/frames/side/ClientInfoController.ts @@ -82,6 +82,7 @@ export class ClientInfoController { })); this.listenerConnection.push(connection.getSelectedClientInfo().events.on("notify_client_changed", () => { + this.sendClient(); this.sendClientName(); this.sendCountry(); this.sendClientDescription();