Pokemon Emerald: Fix map update sending to all trackers (#3846)
This commit is contained in:
parent
e99f027b42
commit
0fb69dce33
|
@ -425,7 +425,6 @@ class PokemonEmeraldClient(BizHawkClient):
|
|||
await ctx.send_msgs([{
|
||||
"cmd": "Bounce",
|
||||
"slots": [ctx.slot],
|
||||
"tags": ["Tracker"],
|
||||
"data": {
|
||||
"type": "MapUpdate",
|
||||
"mapId": current_map,
|
||||
|
|
Loading…
Reference in New Issue