Update Config.java

This commit is contained in:
Len
2022-09-27 00:02:27 +02:00
parent a15b13e8ac
commit 4d01ccb065
2 changed files with 15 additions and 1 deletions
@@ -23,7 +23,9 @@ public class PlayerListener implements Listener {
@EventHandler
private void onPlayerLogin(PlayerJoinEvent event) {
UUID uuid = event.getPlayer().getUniqueId();
Player player = event.getPlayer();
GalaxyUtility.addAdditionalChatCompletions(player);
UUID uuid = player.getUniqueId();
Toggleable.disableToggles(uuid);
ChatUser user = ChatUserManager.getChatUser(uuid);
if(user != null) return;