This commit is contained in:
Firepup Sixfifty 2024-04-27 16:37:01 -05:00
parent 0f8a359f16
commit d2b1788d23
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -152,7 +152,7 @@ def addSound(file):
Add sounds to the queue
"""
global _soundQueue
if soundCheck():
if _soundCheck():
_soundQueue.extend([file])