facebook优化

This commit is contained in:
hahwu 2025-01-21 19:30:15 +08:00
parent a9f9f1d1dd
commit 9737d7d17c

View File

@ -2568,7 +2568,7 @@ func ReqAutoAddInviteFriend(args []interface{}) error {
player.PushClientRes(&msg.ResAutoAddInviteFriend{
ResultCode: int32(msg.RES_CODE_FAIL),
})
return fmt.Errorf("Uid wrong %d", Uid)
return fmt.Errorf("uid wrong %d", Uid)
}
FriendMod.AddFriend(Uid)
player.PlayMod.save()