v2.2.0: fixed stones of intuition duping if guess window is closed

This commit is contained in:
Evan Debenham
2023-09-10 18:33:08 -04:00
parent acd8e29ea4
commit 8dcff879e5
@@ -206,11 +206,5 @@ public class StoneOfIntuition extends InventoryStone {
} }
@Override
public void onBackPressed() {
super.onBackPressed();
new StoneOfIntuition().collect();
}
} }
} }