mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 04:30:08 +00:00
fix: reality
This commit is contained in:
@@ -108,8 +108,7 @@ func (b *Sing) AddUsers(p *core.AddUsersParams) (added int, err error) {
|
||||
Password: p.Users[i].Uuid,
|
||||
}
|
||||
}
|
||||
ids := make([]int, len(p.Users))
|
||||
err = in.(*anytls.Inbound).AddUsers(us, ids)
|
||||
err = in.(*anytls.Inbound).AddUsers(us)
|
||||
}
|
||||
if err != nil {
|
||||
return 0, err
|
||||
|
||||
Reference in New Issue
Block a user