Fixed client channel permission query (typo)

This commit is contained in:
WolverinDEV 2020-06-15 17:03:41 +02:00 committed by WolverinDEV
parent 35881be6d1
commit 05f59d00f0

View file

@ -283,7 +283,7 @@ export class PermissionManager extends AbstractCommandHandler {
case "notifyclientpermlist":
this.onClientPermList(command.arguments);
return true;
case "notifyclientchannelpermlist":
case "notifychannelclientpermlist":
this.onChannelClientPermList(command.arguments);
return true;
case "notifyplaylistpermlist":