Tweak frontend and game logic
This commit is contained in:
@ -22,6 +22,7 @@ class Player:
|
||||
)
|
||||
active: bool = True
|
||||
can_be_deactivated: bool = True
|
||||
reached_destination: bool = False
|
||||
|
||||
def reset_timeout(self) -> None:
|
||||
self.last_seen = datetime.datetime.now()
|
||||
|
||||
Reference in New Issue
Block a user