Merge pull request #11 from imora7024/nex-go-rewrite

fixed comment typo in set_user_blocked.go
This commit is contained in:
Jonathan Barrow
2023-11-16 16:29:15 -05:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ import (
"github.com/PretendoNetwork/nex-go"
)
// SetUserBlocked marks a blocked PID as blocked on a bloker PID block list
// SetUserBlocked marks a blocked PID as blocked on a blocker PID block list
func SetUserBlocked(blockerPID uint32, blockedPID uint32, titleId uint64, titleVersion uint16) error {
date := nex.NewDateTime(0).Now()