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([{
|
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,
|
||||||
|
|
Loading…
Reference in New Issue