v2.2.0: fixed stones of intuition duping if guess window is closed
This commit is contained in:
@@ -205,12 +205,6 @@ public class StoneOfIntuition extends InventoryStone {
|
||||
resize(WIDTH, 100);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onBackPressed() {
|
||||
super.onBackPressed();
|
||||
new StoneOfIntuition().collect();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user