mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 00:47:11 +02:00
friend: Fixes PermissionLevel names (#2185)
This PR fixes the permission level names, nothing more.
This commit is contained in:
parent
377e911db1
commit
41aa40449b
4 changed files with 10 additions and 11 deletions
|
@ -144,7 +144,7 @@ namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator
|
|||
{
|
||||
lock (_lock)
|
||||
{
|
||||
if ((_permissionLevel & FriendServicePermissionLevel.OverlayMask) != 0 && _userId == targetId)
|
||||
if ((_permissionLevel & FriendServicePermissionLevel.ViewerMask) != 0 && _userId == targetId)
|
||||
{
|
||||
if (!_hasNewFriendRequest)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue