Skip to content

Commit

Permalink
remove die command
Browse files Browse the repository at this point in the history
  • Loading branch information
threeandthreee committed Jan 27, 2025
1 parent 443890e commit a9e7901
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions LinksAwakeningClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,11 +480,6 @@ def _cmd_deathlink(self):
if isinstance(self.ctx, LinksAwakeningContext):
Utils.async_start(self.ctx.update_death_link("DeathLink" not in self.ctx.tags))

def _cmd_die(self):
"""Die."""
if isinstance(self.ctx, LinksAwakeningContext):
self.ctx.client.deathlink_status = 'pending'

class LinksAwakeningContext(CommonContext):
tags = {"AP"}
game = "Links Awakening DX"
Expand Down

0 comments on commit a9e7901

Please sign in to comment.