My bad team, this one will work for sure

This commit is contained in:
2025-06-22 18:09:09 +01:00
parent 5dbd9211de
commit 265322f58b

View File

@ -74,4 +74,4 @@ class Game:
ID on the stack, False otherwise.
"""
return any([timeout.id == id for timeout in self._timeouts])
return any([timeout.timeoutID == id for timeout in self._timeouts])