diff options
-rw-r--r-- | extras/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 0e0c92821..a00b8ebd8 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -2228,7 +2228,7 @@ class MainText(TextCommand): output += "@\"\n" new_line = True elif not in_quotes: - if not was_comma: + if not was_comma and not new_line: output += ", " output += "\"@\"\n" |