diff --git a/plugin/sponge-api7/src/main/java/net/impactdev/gts/placeholders/GTSSpongePlaceholderManager.java b/plugin/sponge-api7/src/main/java/net/impactdev/gts/placeholders/GTSSpongePlaceholderManager.java index d76523be..331a1155 100644 --- a/plugin/sponge-api7/src/main/java/net/impactdev/gts/placeholders/GTSSpongePlaceholderManager.java +++ b/plugin/sponge-api7/src/main/java/net/impactdev/gts/placeholders/GTSSpongePlaceholderManager.java @@ -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")