Fixed a minor wtf
This commit is contained in:
parent
e06dc938cf
commit
8a8c3ca3ce
1 changed files with 3 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue