Skip to content

Commit bb4d4d1

Browse files
committed
+
1 parent 9180143 commit bb4d4d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ChatLogger/AccountLogin.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ static void OnConnected(SteamClient.ConnectedCallback callback)
128128
{
129129
if (a.username == user)
130130
{
131-
if (string.IsNullOrEmpty(a.LoginKey) || a.LoginKey.ToString() == "undefined")
131+
if (string.IsNullOrEmpty(a.LoginKey) || a.LoginKey.ToString() == "undefined")// redo
132132
{
133133
}
134134
else
@@ -242,6 +242,8 @@ static void OnLoggedOn(SteamUser.LoggedOnCallback callback)
242242
isRunning = false;
243243
return;
244244
}
245+
246+
// LOGGED:
245247
Console.WriteLine("[" + Program.BOTNAME + "] - Successfully logged on!");
246248

247249
steamID = steamClient.SteamID.ConvertToUInt64().ToString();

0 commit comments

Comments
 (0)