mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
mistake
This commit is contained in:
parent
ca2d1bb901
commit
2a8725a7a5
1 changed files with 2 additions and 2 deletions
|
@ -1419,7 +1419,7 @@ class Inbound extends XrayCommonClass {
|
|||
if (this.stream.reality.shortIds.length > 0) {
|
||||
params.set("sid", this.stream.reality.shortIds.split(",")[0]);
|
||||
}
|
||||
if (!ObjectUtil.isEmpty(this.stream.reality.fingerprint)) {
|
||||
if (!ObjectUtil.isEmpty(this.stream.reality.settings.fingerprint)) {
|
||||
params.set("fp", this.stream.reality.settings.fingerprint);
|
||||
}
|
||||
if (!ObjectUtil.isEmpty(this.stream.reality.settings.serverName)) {
|
||||
|
@ -1523,7 +1523,7 @@ class Inbound extends XrayCommonClass {
|
|||
if (this.stream.reality.shortIds.length > 0) {
|
||||
params.set("sid", this.stream.reality.shortIds.split(",")[0]);
|
||||
}
|
||||
if (!ObjectUtil.isEmpty(this.stream.reality.fingerprint)) {
|
||||
if (!ObjectUtil.isEmpty(this.stream.reality.settings.fingerprint)) {
|
||||
params.set("fp", this.stream.reality.settings.fingerprint);
|
||||
}
|
||||
if (!ObjectUtil.isEmpty(this.stream.reality.settings.serverName)) {
|
||||
|
|
Loading…
Reference in a new issue