From cdaae6963ca47db4b7a43811c7ab3181643e9bfe Mon Sep 17 00:00:00 2001 From: edschuy95 Date: Thu, 22 Jan 2026 22:13:18 -0500 Subject: [PATCH] oops --- RA3MP3Playback.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RA3MP3Playback.pyw b/RA3MP3Playback.pyw index 69d5f0b..e29c4eb 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"