mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2024-11-25 12:45:48 +01:00
parent
051632eba6
commit
69b37bc95c
@ -290,6 +290,15 @@ public static void showTrustList(Player src, GDClaim claim, GDPlayerData playerD
|
||||
.append(ChatCaptureUtil.getInstance().createRecordChatComponent(src, claim, playerData, "trustlist", returnCommand))
|
||||
.build();
|
||||
}
|
||||
} else {
|
||||
footer = TextComponent.empty();
|
||||
if (messages != null && !messages.isEmpty()) {
|
||||
for (Component message : messages) {
|
||||
footer = footer.append(message);
|
||||
fillSize -= 1;
|
||||
}
|
||||
messages.clear();
|
||||
}
|
||||
}
|
||||
|
||||
for (int i = 0; i < fillSize; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user