mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 00:50:52 -05:00
misc: chore: Use string.Empty in more places where it's snuck back
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Ryujinx.HLE.HOS.Services.Ldn.UserServiceCreator.LdnRyu
|
||||
|
||||
private void UpdatePassphraseIfNeeded()
|
||||
{
|
||||
string passphrase = _config.MultiplayerLdnPassphrase ?? "";
|
||||
string passphrase = _config.MultiplayerLdnPassphrase ?? string.Empty;
|
||||
if (passphrase != _passphrase)
|
||||
{
|
||||
_passphrase = passphrase;
|
||||
|
||||
Reference in New Issue
Block a user