From 45142b414a00673d4a64cde62e8d3ba545d69445 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:22:54 +0100 Subject: [PATCH] remove extra space --- Bloxstrap/RobloxDeployment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/RobloxDeployment.cs b/Bloxstrap/RobloxDeployment.cs index ebb928f..7f00336 100644 --- a/Bloxstrap/RobloxDeployment.cs +++ b/Bloxstrap/RobloxDeployment.cs @@ -15,7 +15,7 @@ { "https://setup.rbxcdn.com", 0 }, { "https://setup-ak.rbxcdn.com", 2 }, { "https://roblox-setup.cachefly.net", 2 }, - { "https://s3.amazonaws.com/setup.roblox.com", 4 } + { "https://s3.amazonaws.com/setup.roblox.com", 4 } }; private static async Task TestConnection(string url, int priority)