Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ic3w0lf22 committed Aug 2, 2021
1 parent 02eab19 commit 8e15561
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 26 deletions.
41 changes: 16 additions & 25 deletions RBX Alt Manager/ServerList.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion RBX Alt Manager/ServerList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ private void removeToolStripMenuItem_Click(object sender, EventArgs e)
}
}

private void addGameInPlaceIdToolStripMenuItem_Click(object sender, EventArgs e)
private void Favorite_Click(object sender, EventArgs e)
{
RestRequest request = new RestRequest("Marketplace/ProductInfo?assetId=" + AccountManager.CurrentPlaceId, Method.GET);
request.AddHeader("Accept", "application/json");
Expand Down

0 comments on commit 8e15561

Please sign in to comment.