Called ID and Gathering ID will always match

This commit is contained in:
Jonathan Barrow 2022-09-04 22:48:24 -04:00
parent 2039e45719
commit 32e303eda7
No known key found for this signature in database
GPG Key ID: E86E9FE9049C741F

View File

@ -6,7 +6,7 @@ import (
)
func findBySingleID(err error, client *nex.Client, callID uint32, id uint32) {
caller, _, _ := getCallInfoByCaller(id)
caller := id // Gathering ID and caller are the same here
result := true