From 265322f58bbd5f5d96a89b18d62c58108836b3fb Mon Sep 17 00:00:00 2001 From: Brosef Date: Sun, 22 Jun 2025 18:09:09 +0100 Subject: [PATCH] My bad team, this one will work for sure --- src/gameUtils/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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