From 0fb69dce33be7876c4491b4682f88af5c78fb19b Mon Sep 17 00:00:00 2001 From: Bryce Wilson Date: Sat, 24 Aug 2024 19:08:27 -0700 Subject: [PATCH] Pokemon Emerald: Fix map update sending to all trackers (#3846) --- worlds/pokemon_emerald/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/worlds/pokemon_emerald/client.py b/worlds/pokemon_emerald/client.py index eeae3a5248a5..7f16015a3f12 100644 --- a/worlds/pokemon_emerald/client.py +++ b/worlds/pokemon_emerald/client.py @@ -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,