diff --git a/src/gameUtils/base.py b/src/gameUtils/base.py index 5f57978..a8b8b8b 100644 --- a/src/gameUtils/base.py +++ b/src/gameUtils/base.py @@ -74,4 +74,4 @@ class Game: ID on the stack, False otherwise. """ - return any([timeout.id == id for timeout in self._timeouts]) \ No newline at end of file + return any([timeout.timeoutID == id for timeout in self._timeouts]) \ No newline at end of file