Fixed a typo in utils.py.

This commit is contained in:
Storm Dragon 2025-03-15 21:10:20 -04:00
parent fedb09be94
commit a9c2c4332d

View File

@ -230,7 +230,7 @@ class Game:
def exit(self):
"""Clean up and exit the game."""
if self._speech and self.speech.provider_name == "speechd":
if self._speech and self.speech.providerName == "speechd":
self.speech.close()
pygame.mixer.music.stop()
pygame.quit()