mirror of
https://github.com/PretendoNetwork/wiiu-chat-secure.git
synced 2026-09-14 14:15:27 -05:00
Merge pull request #1 from shutterbug2000/master
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user