mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
DeathLink: add support for the cause field
This commit is contained in:
@@ -148,7 +148,6 @@ class Context(CommonContext):
|
||||
snes_buffered_write(self, WRAM_START + 0x0373, bytes([8]))
|
||||
asyncio.create_task(snes_flush_writes(self))
|
||||
self.death_state = True
|
||||
snes_logger.info(f"Received DeathLink from {data['source']}")
|
||||
super(Context, self).on_deathlink(data)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user