Pokemon Emerald: Prevent client from spamming goal status update (#3900)

This commit is contained in:
Bryce Wilson 2024-09-17 14:49:36 -07:00 committed by GitHub
parent b982e9ebb4
commit d1a7bc66e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ class PokemonEmeraldClient(BizHawkClient):
# Send game clear
if not ctx.finished_game and game_clear:
ctx.finished_game = True
await ctx.send_msgs([{
"cmd": "StatusUpdate",
"status": ClientStatus.CLIENT_GOAL,