We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9180143 commit bb4d4d1Copy full SHA for bb4d4d1
ChatLogger/AccountLogin.cs
@@ -128,7 +128,7 @@ static void OnConnected(SteamClient.ConnectedCallback callback)
128
{
129
if (a.username == user)
130
131
- if (string.IsNullOrEmpty(a.LoginKey) || a.LoginKey.ToString() == "undefined")
+ if (string.IsNullOrEmpty(a.LoginKey) || a.LoginKey.ToString() == "undefined")// redo
132
133
}
134
else
@@ -242,6 +242,8 @@ static void OnLoggedOn(SteamUser.LoggedOnCallback callback)
242
isRunning = false;
243
return;
244
245
+
246
+ // LOGGED:
247
Console.WriteLine("[" + Program.BOTNAME + "] - Successfully logged on!");
248
249
steamID = steamClient.SteamID.ConvertToUInt64().ToString();
0 commit comments