From d26064fa45af633b61ae8488d54ed3813b411a58 Mon Sep 17 00:00:00 2001 From: Roblox Thot <67937010+Roblox-Thot@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:39:05 -0500 Subject: [PATCH] 3 --- Bloxstrap/RobloxInterfaces/Deployment.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bloxstrap/RobloxInterfaces/Deployment.cs b/Bloxstrap/RobloxInterfaces/Deployment.cs index da88c14c..960e49dd 100644 --- a/Bloxstrap/RobloxInterfaces/Deployment.cs +++ b/Bloxstrap/RobloxInterfaces/Deployment.cs @@ -139,8 +139,7 @@ public static async Task GetInfo(string? channel = null) { const string LOG_IDENT = "Deployment::GetInfo"; - if (String.IsNullOrEmpty(channel)) - channel = Channel; + channel = Channel; bool isDefaultChannel = String.Compare(channel, DefaultChannel, StringComparison.OrdinalIgnoreCase) == 0;