My bad team, this one will work for sure
This commit is contained in:
@ -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])
|
||||
Reference in New Issue
Block a user