Fix space missing before entity.
This commit is contained in:
parent
15af4c0797
commit
7bfe6b50b8
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue