mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2025-03-19 14:39:28 +01:00
Fix test
This commit is contained in:
parent
ce30026516
commit
89da998ebf
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user