diff --git a/RA3MP3Playback.py b/RA3MP3Playback.py index 823c0fe..df6dec3 100644 --- a/RA3MP3Playback.py +++ b/RA3MP3Playback.py @@ -1,4 +1,3 @@ -from multiprocessing.heap import Arena from pathlib import Path import threading import time @@ -452,9 +451,9 @@ def main(): if not playlist: print("Playlist is empty!") return - if not ra3_maps: - print("RA3 maps list is empty!") - return + #if not ra3_maps: + # print("RA3 maps list is empty!") + # return # Initialize pygame mixer pygame.mixer.init()