Fixed SADX/SA2B crashes?

This commit is contained in:
MarioSpore
2025-09-12 05:44:49 -04:00
committed by GitHub
parent 43acc9f003
commit 900c8a519a

View File

@@ -361,7 +361,7 @@ class GrinchClient(BizHawkClient):
"cmd": "Bounce",
"data": {
"time": time.time(),
"source": ctx.player_names[ctx.slot],
"source": ctx.slot,
"amount": current_egg_count - self.previous_egg_count
},
"tags": ["RingLink"]