From 238722a64a2856fc78aef75f30cc1bd9ec35ae4f Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Tue, 20 Jan 2026 21:10:54 -0500 Subject: [PATCH] . --- RA3MP3Playback.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RA3MP3Playback.py b/RA3MP3Playback.py index b63f87a..9aa83be 100644 --- a/RA3MP3Playback.py +++ b/RA3MP3Playback.py @@ -385,6 +385,8 @@ def monitor_game_pty(master_fd): # line = apply_backspaces(line) line = strip_ansi(line.decode(errors="ignore")).strip() if line: + if line.startswith("]"): + line = line[1:] if "--debug" in sys.argv: print(f"[GAME] {line}", flush=True) if "--rawdebug" in sys.argv: