Pokemon Emerald: Fix map update sending to all trackers (#3846)

This commit is contained in:
Bryce Wilson
2024-08-24 19:08:27 -07:00
committed by GitHub
parent e99f027b42
commit 0fb69dce33

View File

@@ -425,7 +425,6 @@ class PokemonEmeraldClient(BizHawkClient):
await ctx.send_msgs([{ await ctx.send_msgs([{
"cmd": "Bounce", "cmd": "Bounce",
"slots": [ctx.slot], "slots": [ctx.slot],
"tags": ["Tracker"],
"data": { "data": {
"type": "MapUpdate", "type": "MapUpdate",
"mapId": current_map, "mapId": current_map,