1
0

fix logs and first join message

This commit is contained in:
Lee
2024-03-30 09:57:01 +00:00
parent 641e40b35d
commit e3bd0b7c15
5 changed files with 37 additions and 23 deletions

View File

@ -36,7 +36,7 @@ public class ChatManager extends Manager {
@EventHandler
public void onChat(AsyncChatEvent event) {
Player player = event.getPlayer();
Account account = AccountManager.getAccount(player.getUniqueId());
Account account = AccountManager.getAccount(player);
NamedTextColor color = account.getPlayerColorProfile().getColor();
BlockReason blockReason = null;