Skip to content

Commit

Permalink
Remove unused code, and mark release of 6.0.10 actually
Browse files Browse the repository at this point in the history
  • Loading branch information
NickImpact committed Dec 26, 2020
1 parent 19cbe2d commit d8be515
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,15 +365,6 @@ public void populate() {
container,
context -> Text.of(GTSPlugin.getInstance().getConfiguration().get(ConfigKeys.MAX_LISTINGS_PER_USER))
));
// this.register(new AsyncPlaceholder<>(
// Integer.class,
// "active_bids",
// "GTS - Active Bids for a Player",
// 0,
// value -> {
// return Text.EMPTY;
// }
// ));
this.register(AsyncUserSourcedPlaceholder.builder()
.type(Integer.class)
.id("active_bids")
Expand Down

0 comments on commit d8be515

Please sign in to comment.