MultiServer: implement Tracker tag
Docs: add InvalidPacket Docs: add known Tags Docs: add DeathLink LttPClient: potentially fix DeathLink chaining
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user