diff --git a/RA3MP3Playback.py b/RA3MP3Playback.py index 70a6b96..2b8bafa 100644 --- a/RA3MP3Playback.py +++ b/RA3MP3Playback.py @@ -22,7 +22,7 @@ shutdown_event = threading.Event() ERROR_ALREADY_EXISTS = 183 # ========================= CONFIG ========================= -DEBUG = False # Set True to enable debug overrides +DEBUG = True # Set True to enable debug overrides # Default paths (used if not in debug mode) DEFAULT_WIN_GAME_EXE = r"./qgame.dll"