mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-21 11:45:11 +01:00
default pdc to Refresh, so the button always works
This commit is contained in:
parent
f75429fdf1
commit
c503d7f04b
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user