Skip to content

Commit

Permalink
Update Egg Viewer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro670 committed Oct 23, 2023
1 parent 0af3597 commit 4ab0f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PokeViewer.NET/SubForms/Egg Viewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ private async Task WaitForEggs(CancellationToken token)
SendNotifications(PokeStats.Text, SpriteUrl, match);
EnableOptions();
Activate();
MessageBox.Show("Match found! Claim your egg before closing the picnic!");
MessageBox.Show("Match found! Make sure to move your match to a different spot from Box 1 Slot 1 or it will be deleted on the next bot start.");
return;
}
}
Expand Down

0 comments on commit 4ab0f7c

Please sign in to comment.