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

View File

@@ -205,12 +205,6 @@ public class StoneOfIntuition extends InventoryStone {
resize(WIDTH, 100);
}
@Override
public void onBackPressed() {
super.onBackPressed();
new StoneOfIntuition().collect();
}
}
}