Skip to content

Commit

Permalink
2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sp0ok3r committed Nov 12, 2024
1 parent 2bdaa8f commit a2a3d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MercuryBOT/HandleLogin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ private void OnAccountInfo(SteamUser.AccountInfoCallback callback)
}


private static void GetPrivacySettings()
public static void GetPrivacySettings()
{
CPlayer_GetPrivacySettings_Request req = new CPlayer_GetPrivacySettings_Request { };
playerRequest = playerService.SendMessage(x => x.GetPrivacySettings(req));
Expand Down
2 changes: 1 addition & 1 deletion MercuryBOT/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ private void btn_setName_Click(object sender, EventArgs e)
{
if (HandleLogin.IsLoggedIn == true)
{
handleLogin.ChangeCurrentName(txtBox_nameChange.Text);
HandleLogin.ChangeCurrentName(txtBox_nameChange.Text);
txtBox_nameChange.Clear();
}
else
Expand Down

0 comments on commit a2a3d35

Please sign in to comment.