From 020f266ab6c4181e0676a7062b1e121a5544ef74 Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Thu, 22 Jan 2026 19:40:20 -0500 Subject: [PATCH] . --- RA3MP3Playback.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RA3MP3Playback.pyw b/RA3MP3Playback.pyw index 98b20e4..5aed971 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"