Skip to content

Commit

Permalink
[FIN] Added extra debug msg for differing configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasQTruong committed Apr 16, 2023
1 parent a41bd17 commit ec337f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ public void start() {
public void doBreed() {
// Breed cancelled, why are we still doing the breed?
if (this.cancelled) {
System.out.println("Something funky is goin' on");
cancel("Something funky is goin' on.");
System.out.println("Something funky is goin' on (possibly differing configs)");
cancel("Something funky is goin' on (possibly differing configs).");
return;
}
// Only provided 1 or 0 Pokemon to breed or pokemons don't exist.
Expand Down

0 comments on commit ec337f0

Please sign in to comment.