Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Apr 22, 2023
1 parent 167c793 commit b2e9f0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mod/APState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,7 @@ public static bool Connect(bool attemptEncrypted)
else if (loginResult is LoginFailure loginFailure)
{
Authenticated = false;

Debug.LogError(String.Join("\n", loginFailure.Errors));
Debug.LogError("Failure:" + loginFailure.Errors[0] + "|");

Session = null;

// looks like missing encryption could be the cause:
Expand Down

0 comments on commit b2e9f0b

Please sign in to comment.