fix vanish leave msg

also, re-add me to contributor, ty
This commit is contained in:
ginlang 2022-03-31 16:59:51 +01:00 committed by GitHub
parent f9d64ce765
commit 457b2b536f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class VanishManager {
DiscordBridge.fullySanitizeDiscordMessage(player.getDisplayName())));
TextComponent leftComponent = new TextComponent(
String.format("%s left the game.", player.getName()));
String.format("%s left the game", player.getName()));
leftComponent.setColor(ChatColor.YELLOW);
Bukkit.spigot().broadcast(leftComponent);