diff --git a/proxy/src/main/java/net/md_5/bungee/UserConnection.java b/proxy/src/main/java/net/md_5/bungee/UserConnection.java index c711c8cc7..7139590a4 100644 --- a/proxy/src/main/java/net/md_5/bungee/UserConnection.java +++ b/proxy/src/main/java/net/md_5/bungee/UserConnection.java @@ -153,6 +153,7 @@ public final class UserConnection implements ProxiedPlayer this.displayName = name; + /* switch ( getPendingConnection().getListener().getTabListType() ) { case "GLOBAL": @@ -165,6 +166,8 @@ public final class UserConnection implements ProxiedPlayer tabListHandler = new GlobalPing( this ); break; } + */ + tabListHandler = new ServerUnique( this ); Collection g = bungee.getConfigurationAdapter().getGroups( name ); g.addAll( bungee.getConfigurationAdapter().getGroups( getUniqueId().toString() ) );