mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-08-28 05:44:28 -05:00
Merge pull request #11 from imora7024/nex-go-rewrite
fixed comment typo in set_user_blocked.go
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user