mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Pokemon Emerald: Fix map update sending to all trackers (#3846)
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user