default pdc to Refresh, so the button always works

This commit is contained in:
Ryder Belserion 2024-10-11 12:26:21 -04:00
parent f75429fdf1
commit c503d7f04b
No known key found for this signature in database

View File

@ -170,7 +170,7 @@ public class AuctionsMenu extends Holder {
if (container.has(Keys.auction_button.getNamespacedKey())) {
click();
String type = container.getOrDefault(Keys.auction_button.getNamespacedKey(), PersistentDataType.STRING, "");
String type = container.getOrDefault(Keys.auction_button.getNamespacedKey(), PersistentDataType.STRING, "Refresh");
final String title = event.getView().getTitle();