Skip to content

Commit

Permalink
Pokemon Emerald: Fix map update sending to all trackers (#3846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zunawe authored Aug 25, 2024
1 parent e99f027 commit 0fb69dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worlds/pokemon_emerald/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ async def handle_tracker_info(self, ctx: "BizHawkClientContext", guards: Dict[st
await ctx.send_msgs([{
"cmd": "Bounce",
"slots": [ctx.slot],
"tags": ["Tracker"],
"data": {
"type": "MapUpdate",
"mapId": current_map,
Expand Down

0 comments on commit 0fb69dc

Please sign in to comment.