From d74590b0e6acac62857f78a7aea6d4512703f59d Mon Sep 17 00:00:00 2001 From: ic3w0lf22 Date: Sat, 11 Sep 2021 11:22:16 -0600 Subject: [PATCH] Private Server stuff --- RBX Alt Manager/AccountManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RBX Alt Manager/AccountManager.cs b/RBX Alt Manager/AccountManager.cs index 3e68bee..0adabbd 100644 --- a/RBX Alt Manager/AccountManager.cs +++ b/RBX Alt Manager/AccountManager.cs @@ -35,7 +35,7 @@ public partial class AccountManager : Form public static RestClient client; public static RestClient econclient; public static RestClient AccountClient; - public static RestClient webClient = new RestClient("https://web.roblox.com"); + public static RestClient webClient; public static string CurrentPlaceId; public static string CurrentJobId; private AccountAdder aaform;