mirror of
https://github.com/PretendoNetwork/super-mario-maker.git
synced 2026-09-07 00:16:16 -05:00
update pResults success code in GetMetasMultipleParam
This commit is contained in:
@@ -87,7 +87,7 @@ func GetMetasMultipleParam(err error, client *nex.Client, callID uint32, params
|
||||
|
||||
pResults = append(pResults, nex.NewResultError(errCode))
|
||||
} else {
|
||||
pResults = append(pResults, nex.NewResultSuccess(nex.Errors.Core.Unknown))
|
||||
pResults = append(pResults, nex.NewResultSuccess(nex.Errors.DataStore.Unknown))
|
||||
}
|
||||
|
||||
// * This is kind of backwards.
|
||||
|
||||
Reference in New Issue
Block a user