From 5870834cf985ebf0786c829a4dde87c9a9aa954c Mon Sep 17 00:00:00 2001 From: naru Date: Sun, 20 Apr 2003 17:05:59 +0000 Subject: [PATCH] Fix: SsParser properties are not well handled --- bottleclient/MainForm.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bottleclient/MainForm.pas b/bottleclient/MainForm.pas index 3b2ce61..2c64248 100755 --- a/bottleclient/MainForm.pas +++ b/bottleclient/MainForm.pas @@ -1139,6 +1139,8 @@ begin UnyuTalking := false; QuickSection := false; Synchronize := false; + SsParser.LeaveEscape := true; + SsParser.EscapeInvalidMeta := false; SsParser.InputString := Script; Script := ''; Warnings := TStringList.Create; -- 2.11.0