From c68c64e4faa12dd278c1b47c18473123f3ca337f Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Tue, 20 Jan 2026 16:06:26 -0500 Subject: [PATCH] . --- RA3MP3Playback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RA3MP3Playback.py b/RA3MP3Playback.py index 2b8bafa..70a6b96 100644 --- a/RA3MP3Playback.py +++ b/RA3MP3Playback.py @@ -22,7 +22,7 @@ shutdown_event = threading.Event() ERROR_ALREADY_EXISTS = 183 # ========================= CONFIG ========================= -DEBUG = True # Set True to enable debug overrides +DEBUG = False # Set True to enable debug overrides # Default paths (used if not in debug mode) DEFAULT_WIN_GAME_EXE = r"./qgame.dll"