From 59a9c6de0e3574f6b2b248ccee617ff45bd2b0b0 Mon Sep 17 00:00:00 2001 From: Matthew Brown <97983689+bluepilledgreat@users.noreply.github.com> Date: Sun, 4 Dec 2022 09:41:49 +0000 Subject: [PATCH] update abstracted channels list --- Bloxstrap/Helpers/DeployManager.cs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Bloxstrap/Helpers/DeployManager.cs b/Bloxstrap/Helpers/DeployManager.cs index 5d93058..df7f23c 100644 --- a/Bloxstrap/Helpers/DeployManager.cs +++ b/Bloxstrap/Helpers/DeployManager.cs @@ -17,13 +17,9 @@ namespace Bloxstrap.Helpers public static readonly List ChannelsAbstracted = new List() { "LIVE", - "ZAvatarTeam", - "ZCanary", - "ZFlag", - "ZIntegration", - "ZLive", "ZNext", - "ZSocialTeam" + "ZCanary", + "ZIntegration" }; // why not?