From 03e656bd4b53be6534cfaa03e6725881f8138a2f Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Thu, 22 Jan 2026 20:36:56 -0500 Subject: [PATCH] . --- RA3MP3Playback.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RA3MP3Playback.pyw b/RA3MP3Playback.pyw index 35e4014..f057e9d 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"