From cc1864ca7831de0abf9b1b2b10c3e80475d314b7 Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Thu, 22 Jan 2026 20:14:47 -0500 Subject: [PATCH] . --- RA3MP3Playback.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RA3MP3Playback.pyw b/RA3MP3Playback.pyw index 72a7bbf..451f05f 100644 --- a/RA3MP3Playback.pyw +++ b/RA3MP3Playback.pyw @@ -23,7 +23,7 @@ import pygame shutdown_event = threading.Event() # ========================= 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"