diff --git a/worlds/grinch/Client.py b/worlds/grinch/Client.py index b1fe96a3..08af824d 100644 --- a/worlds/grinch/Client.py +++ b/worlds/grinch/Client.py @@ -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"]