diff --git a/BotSharp.Core/Engines/Sebis/AgentImporterInSebis.cs b/BotSharp.Core/Engines/Sebis/AgentImporterInSebis.cs index 25e86fe0..1f59dd62 100644 --- a/BotSharp.Core/Engines/Sebis/AgentImporterInSebis.cs +++ b/BotSharp.Core/Engines/Sebis/AgentImporterInSebis.cs @@ -102,7 +102,7 @@ namespace BotSharp.Core.Engines Text = say.Text.Substring(entity.Start, entity.Value.Length) }); - pos = entity.End + 1; + pos = entity.End; if (pos < say.Text.Length && entityIdx == say.Entities.Count - 1) {