MultiServer: implement Tracker tag

Docs: add InvalidPacket
Docs: add known Tags
Docs: add DeathLink
LttPClient: potentially fix DeathLink chaining
This commit is contained in:
Fabian Dill
2021-11-04 13:23:13 +01:00
parent bcfa5d0a7e
commit e756a77c70
6 changed files with 40 additions and 6 deletions

View File

@@ -262,7 +262,7 @@ class CommonContext():
def on_deathlink(self, data: dict):
"""Gets dispatched when a new DeathLink is triggered by another linked player."""
raise NotImplementedError
self.last_death_link = max(data["time"], self.last_death_link)
async def send_death(self):
self.last_death_link = time.time()