Fixed client info

canary
WolverinDEV 2020-12-12 22:54:19 +01:00
parent e442924b2f
commit ae57fbea6d
1 changed files with 13 additions and 0 deletions

View File

@ -81,6 +81,19 @@ export class ClientInfoController {
}
}));
this.listenerConnection.push(connection.getSelectedClientInfo().events.on("notify_client_changed", () => {
this.sendClientName();
this.sendCountry();
this.sendClientDescription();
this.sendForum();
this.sendChannelGroup();
this.sendServerGroups();
this.sendOnline();
this.sendClientStatus();
this.sendVolume();
this.sendVersion();
}));
this.listenerConnection.push(connection.getSelectedClientInfo().events.on("notify_cache_changed", event => {
switch (event.category) {
case "name":