mirror of
https://github.com/PretendoNetwork/wiiu-chat-secure.git
synced 2026-04-25 07:53:11 -05:00
Merge pull request #1 from shutterbug2000/master
This commit is contained in:
commit
be7a5539fa
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user