This commit is contained in:
Vankka 2025-03-08 15:14:11 +02:00
parent ce30026516
commit 89da998ebf
No known key found for this signature in database
GPG Key ID: 62E48025ED4E7EBB

View File

@ -114,6 +114,11 @@ public class MinecraftToDiscordChatMessageTest {
return Locale.getDefault();
}
@Override
public boolean isVanished() {
return false;
}
@Override
public @NotNull Component displayName() {
return Component.text("Vankka");