mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2024-11-28 13:15:23 +01:00
parent
4bf2a66b4a
commit
2ccd881bb6
@ -299,8 +299,6 @@ public static void showTrustList(Player src, GDClaim claim, GDPlayerData playerD
|
||||
PaginationList.Builder paginationBuilder = PaginationList.builder()
|
||||
.title(claimTrustHead).padding(TextComponent.of(" ").decoration(TextDecoration.STRIKETHROUGH, true)).contents(trustList).footer(footer);
|
||||
paginationBuilder.sendTo(src);
|
||||
paginationBuilder.sendTo(src);
|
||||
|
||||
}
|
||||
|
||||
private static Consumer<CommandSender> createTrustConsumer(Player src, GDClaim claim, GDPlayerData playerData, TrustType type, Component returnCommand) {
|
||||
|
Loading…
Reference in New Issue
Block a user