bug fixed

This commit is contained in:
MHSanaei 2023-02-09 23:38:14 +03:30
parent d7ca8ee69d
commit b9ac8d9ee3

View file

@ -77,7 +77,7 @@
this.inModal.inbound.tls = false;
}
},
addClient(protocol, clients) {
addClient(protocol,value, clients) {
switch (protocol) {
case Protocols.VMESS: return clients.push(new Inbound.VmessSettings.Vmess());
case Protocols.VLESS: return clients.push(new Inbound.VLESSSettings.VLESS());