fix(stable): correctly suppress hatching modal

This commit is contained in:
SabreCat 2023-03-15 16:15:55 -05:00
parent c481354f78
commit c83a8c9766
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit f421a923f836a61f28e2a388fb04120292444c30
Subproject commit 64576bc4e56d27d61a3b9d6037b60fa1cc56d477

View file

@ -879,7 +879,7 @@ export default {
return;
}
if (this.user.preferences.suppressModals.raisePet) {
if (this.user.preferences.suppressModals.hatchPet) {
this.hatchPet(pet);
return;
}