From 00b78c7d9394ca0a6e0fcc2fb551f0e35c59bbd0 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:22:28 +0100 Subject: [PATCH] remove old comment --- Bloxstrap/RobloxDeployment.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Bloxstrap/RobloxDeployment.cs b/Bloxstrap/RobloxDeployment.cs index 639fc07..91799b9 100644 --- a/Bloxstrap/RobloxDeployment.cs +++ b/Bloxstrap/RobloxDeployment.cs @@ -132,7 +132,6 @@ try { - // TODO - this needs to try both clientsettings and clientsettingscdn deployInfoResponse = await App.HttpClient.GetAsync("https://clientsettingscdn.roblox.com" + path); } catch (Exception ex)