diff --git a/ProjBobcat/ProjBobcat/DefaultComponent/Authenticator/YggdrasilAuthenticator.cs b/ProjBobcat/ProjBobcat/DefaultComponent/Authenticator/YggdrasilAuthenticator.cs index 5e16a78..7f14c11 100644 --- a/ProjBobcat/ProjBobcat/DefaultComponent/Authenticator/YggdrasilAuthenticator.cs +++ b/ProjBobcat/ProjBobcat/DefaultComponent/Authenticator/YggdrasilAuthenticator.cs @@ -198,7 +198,7 @@ public async Task AuthTaskAsync(bool userField = false) Legacy = false, LocalId = rUuid, Persistent = true, - RemoteId = result.User?.UUID.ToString() ?? new Guid().ToString(), + RemoteId = result.User?.UUID.ToString() ?? Guid.Empty.ToString(), Type = "Mojang", UserProperites = result.User?.Properties?.ToAuthProperties(profiles).ToArray() ?? [], Username = this.Email