Merge pull request #1 from shutterbug2000/master

This commit is contained in:
Jonathan Barrow
2022-09-17 06:24:42 -04:00
committed by GitHub

View File

@@ -26,8 +26,8 @@ func findBySingleID(err error, client *nex.Client, callID uint32, id uint32) {
rmcResponseStream.WriteBool(result)
rmcResponseStream.WriteDataHolder(dataHolder)
rmcResponse := nex.NewRMCResponse(nexproto.MatchMakingMethodFindBySingleID, callID)
rmcResponse.SetSuccess(nexproto.MatchMakingProtocolID, rmcResponseStream.Bytes())
rmcResponse := nex.NewRMCResponse(nexproto.MatchMakingProtocolID, callID)
rmcResponse.SetSuccess(nexproto.MatchMakingMethodFindBySingleID, rmcResponseStream.Bytes())
rmcResponseBytes := rmcResponse.Bytes()