Fixed greet message footer not showing, closes #359

This commit is contained in:
Kwoth
2022-06-14 13:57:10 +02:00
parent 248ce8b3d2
commit 050eaa48eb

View File

@@ -259,7 +259,8 @@ public class GreetService : INService, IReadyExecutor
Description = pt.Text Description = pt.Text
}; };
} }
else if (text is SmartEmbedText set)
if (text is SmartEmbedText set)
{ {
text = set with text = set with
{ {