From d2b1788d2329993fdb83052a09bcdf01490a4d63 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sat, 27 Apr 2024 16:37:01 -0500 Subject: [PATCH] Fix typo --- fallout_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fallout_functions.py b/fallout_functions.py index c963487..1273ad5 100644 --- a/fallout_functions.py +++ b/fallout_functions.py @@ -152,7 +152,7 @@ def addSound(file): Add sounds to the queue """ global _soundQueue - if soundCheck(): + if _soundCheck(): _soundQueue.extend([file])