Fixed a minor wtf

This commit is contained in:
edschuy95 2026-01-08 16:02:18 -05:00
parent e06dc938cf
commit 8a8c3ca3ce

View file

@ -1,4 +1,3 @@
from multiprocessing.heap import Arena
from pathlib import Path from pathlib import Path
import threading import threading
import time import time
@ -452,9 +451,9 @@ def main():
if not playlist: if not playlist:
print("Playlist is empty!") print("Playlist is empty!")
return return
if not ra3_maps: #if not ra3_maps:
print("RA3 maps list is empty!") # print("RA3 maps list is empty!")
return # return
# Initialize pygame mixer # Initialize pygame mixer
pygame.mixer.init() pygame.mixer.init()