mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fixed SADX/SA2B crashes?
This commit is contained in:
@@ -361,7 +361,7 @@ class GrinchClient(BizHawkClient):
|
|||||||
"cmd": "Bounce",
|
"cmd": "Bounce",
|
||||||
"data": {
|
"data": {
|
||||||
"time": time.time(),
|
"time": time.time(),
|
||||||
"source": ctx.player_names[ctx.slot],
|
"source": ctx.slot,
|
||||||
"amount": current_egg_count - self.previous_egg_count
|
"amount": current_egg_count - self.previous_egg_count
|
||||||
},
|
},
|
||||||
"tags": ["RingLink"]
|
"tags": ["RingLink"]
|
||||||
|
Reference in New Issue
Block a user