mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
fix a TextScript/MainText bug where '@' on a newline had an extra comma/param to db
This commit is contained in:
parent
f305b27025
commit
66b65c854b
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user