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
|
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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue