diff --git a/Pepperdash Core/Pepperdash Core/Comm/CommunicationGather.cs b/Pepperdash Core/Pepperdash Core/Comm/CommunicationGather.cs index eb49a46..5c4ed71 100644 --- a/Pepperdash Core/Pepperdash Core/Comm/CommunicationGather.cs +++ b/Pepperdash Core/Pepperdash Core/Comm/CommunicationGather.cs @@ -146,7 +146,7 @@ namespace PepperDash.Core foreach (var delimiter in StringDelimiters) { var lines = Regex.Split(str, delimiter); - if (lines.Length == 0) + if (lines.Length == 1) continue; for (int i = 0; i < lines.Length - 1; i++)