mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 15:30:48 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -21,7 +21,7 @@ namespace Ryujinx.HLE.HOS.Services.Acc
|
||||
{ 1, GetAccountId }
|
||||
};
|
||||
|
||||
this._uuid = uuid;
|
||||
_uuid = uuid;
|
||||
}
|
||||
|
||||
// CheckAvailability()
|
||||
|
Reference in New Issue
Block a user