diff options
Diffstat (limited to 'client/Archipelago/textclient.gd')
-rw-r--r-- | client/Archipelago/textclient.gd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/Archipelago/textclient.gd b/client/Archipelago/textclient.gd index 6a0aa95..4b03151 100644 --- a/client/Archipelago/textclient.gd +++ b/client/Archipelago/textclient.gd | |||
@@ -76,10 +76,6 @@ func dismiss(): | |||
76 | 76 | ||
77 | 77 | ||
78 | func parse_printjson(text): | 78 | func parse_printjson(text): |
79 | if !label.text.is_empty(): | ||
80 | #label.newline() | ||
81 | pass | ||
82 | |||
83 | label.append_text("[p]" + text + "[/p]") | 79 | label.append_text("[p]" + text + "[/p]") |
84 | 80 | ||
85 | 81 | ||