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
@@ -879,7 +879,7 @@ export default {
return;
}
if (this.user.preferences.suppressModals.raisePet) {
if (this.user.preferences.suppressModals.hatchPet) {
this.hatchPet(pet);
return;
}