friend: Fixes PermissionLevel names (#2185)

This PR fixes the permission level names, nothing more.
This commit is contained in:
Ac_K 2021-04-08 00:42:06 +02:00 committed by GitHub
parent d43a56726c
commit 58660c8536
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 11 deletions

View file

@ -1,5 +1,4 @@
using Ryujinx.HLE.HOS.Services.Account.Acc;
using Ryujinx.HLE.Utilities;
namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.NotificationService
{
@ -81,4 +80,4 @@ namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.NotificationService
}
}
}
}
}